TdxSpreadSheetCellFont Class
In This Article
Stores the font settings used to display values stored by the cell objects.
#Declaration
Delphi
TdxSpreadSheetCellFont = class(
TdxSpreadSheetCustomFont
)
#Remarks
This class does not introduce any new functionality that is intended to be used directly from your code.
For detailed information on properties and methods provided by the TdxSpreadSheetCellFont class, refer to the TdxSpreadSheetCustomFont class description.
The TdxSpreadSheetCellFont object is referenced by the cell object’s Style.Font property.
#Inheritance
TObject
TdxSpreadSheetCustomFont
TdxSpreadSheetCellFont
See Also