SpreadsheetFont Properties
Contains the cell font attributes.| Name | Description |
|---|---|
| Bold | Gets or sets the value indicating whether the cell content is formatted as bold. |
| Color | Gets or sets the color of the font applied to the cell content. |
| FontStyle | Gets or sets the font style (bold, italic, etc.) applied to the cell content. |
| Italic | Gets or sets the value indicating whether the cell content is formatted as italic. |
| Name | Gets or sets the name of the font applied to cell content. |
| SchemeStyle | Gets or sets the font scheme for the current font. |
| Script | Formats the cell content as subscript or superscript. |
| Size | Gets or sets the size of the font applied to the cell content. |
| Strikethrough | Gets or sets the value indicating whether the cell content is formatted as strikethrough. |
| UnderlineType | Gets or sets the type of underline applied to the cell content. |
See Also