SpreadsheetFontProperties Properties
Contains font attributes for a range of characters within the cell text.Name | Description |
---|---|
Bold | Gets or sets a value indicating whether the given characters are formatted as bold. |
Color | Gets or sets the color of the font applied to the given characters. |
FontStyle | Gets or sets the font style (bold, italic, etc.) applied to the given characters. |
Italic | Gets or sets a value indicating whether the given characters are formatted as italic. |
Name | Gets or sets the name of the font applied to the given characters. |
SchemeStyle | Gets or sets the scheme of the font applied to the given characters. |
Script | Gets or sets whether the given characters are formatted as subscript, superscript, or neither. |
Size | Gets or sets the size of the font applied to the given characters. |
Strikethrough | Gets or sets a value indicating whether the given characters are formatted as strikethrough. |
UnderlineType | Gets or sets the underline type applied to the given characters. |
See Also