Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCellFont Class

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