IWorkbookFont

Represents a font for the cell in the related context.

public interface IWorkbookFont

Gets or sets the value which indicates whether the font is bold.

Bold: any

Gets or sets the foreground color of the font.

ColorInfo: any

Gets or sets the font height in twips (1/20th of a point).

Height: any

Gets or sets the value which indicates whether the font is italic.

Italic: any

Gets or sets the font family name.

Name: any

Gets or sets the value which indicates whether the font is struck out.

Strikeout: any

Gets or sets the value which indicates whether the font is superscript or subscript.

SuperscriptSubscriptStyle: any

Gets or sets the underline style of the font.

UnderlineStyle: any

Sets all font properties to specific font formatting.

SetFontFormatting(IWorkbookFont): any