TdxSpreadSheetCellFont Properties
Stores the font settings used to display values stored by the cell objects.Name | Description |
---|---|
Charset | Specifies the character set for the spreadsheet font. Inherited from TdxSpreadSheetCustomFont. |
Color | Specifies the font color. Inherited from TdxSpreadSheetCustomFont. |
Height | Specifies the font’s height. Inherited from TdxSpreadSheetCustomFont. |
IsDefault | Inherited from TdxSpreadSheetCustomFont. |
Name | Specifies the font’s typeface name. Inherited from TdxSpreadSheetCustomFont. |
Owner | Returns the cell style instance to which the current font belongs. |
Pitch | Specifies whether the characters of the font have the same width. Inherited from TdxSpreadSheetCustomFont. |
Size | Specifies the font size. Inherited from TdxSpreadSheetCustomFont. |
Style | Specifies whether the bold, italic, underline, and/or strikeout attributes are applied to the font. Inherited from TdxSpreadSheetCustomFont. |
See Also