IWorkbookFont
Represents a font for the cell in the related context.
public interface IWorkbookFontProperties
Section titled "Properties"Gets or sets the value which indicates whether the font is bold.
Bold: any ColorInfo
Section titled "ColorInfo"Gets or sets the foreground color of the font.
ColorInfo: any Height
Section titled "Height"Gets or sets the font height in twips (1/20th of a point).
Height: any Italic
Section titled "Italic"Gets or sets the value which indicates whether the font is italic.
Italic: any Gets or sets the font family name.
Name: any Strikeout
Section titled "Strikeout"Gets or sets the value which indicates whether the font is struck out.
Strikeout: any SuperscriptSubscriptStyle
Section titled "SuperscriptSubscriptStyle"Gets or sets the value which indicates whether the font is superscript or subscript.
SuperscriptSubscriptStyle: any UnderlineStyle
Section titled "UnderlineStyle"Gets or sets the underline style of the font.
UnderlineStyle: any Methods
Section titled "Methods"SetFontFormatting(IWorkbookFont)
Section titled "SetFontFormatting(IWorkbookFont)"Sets all font properties to specific font formatting.
SetFontFormatting(IWorkbookFont): any