public class ExcelFont
Public Class ExcelFont
public ref class ExcelFont
type ExcelFont = class end
Bold | Gets or sets a value to indicate if the font is bold or not. Default value is false. |
Color | Gets or sets the font color. |
ColorIndex | Gets or sets the the index in Excel palette of color of this font. |
IsStrikethrough | Gets or sets a value to indicate if the font is struck through horizontally. Default value is false. |
IsSubscript | Gets or sets a value to indicate if the font is formatted as subscript. Default value is false. |
IsSuperscript | Gets or sets a value to indicate if the font is formatted as superscript. Default value is false. |
Italic | Gets or sets a value to indicate if the font is bold or not. Default value is false. |
Name | Gets or sets the name of the font family. Default font is Arial. |
Size | Gets or sets the size of the font. Default size is 10. |
UnderlineType | Gets or sets a value to indicating the underline type. If the underline type is None, no underline will be applied. The default value is None. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |