Skip to main content

TdxSpreadSheetCellFont Members

Stores the font settings used to display values stored by the cell objects.

Constructors

Name Description
Create(TdxSpreadSheetFonts) Initializes a new instance of the TdxSpreadSheetCustomFont class with specified settings. Inherited from TdxSpreadSheetCustomFont.
Create(TdxSpreadSheetCellStyle) Initializes a new instance of the TdxSpreadSheetCellFont class with specified settings.

Properties

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.

Methods

Name Description
Assign(TdxSpreadSheetCustomFont) Inherited from TdxSpreadSheetCustomFont.
Assign(TFont) Inherited from TdxSpreadSheetCustomFont.
AssignToFont(TFont) Assigns the current font settings to the specified font instance font instance. Inherited from TdxSpreadSheetCustomFont.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also