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

TdxSpreadSheetCellStyle.DataFormat Property

Specifies the format setting applied to a value displayed by the cell object.

#Declaration

Delphi
property DataFormat: TdxSpreadSheetCellDataFormat read; write;

#Property Value

Type
TdxSpreadSheetCellDataFormat

#Remarks

Use the DataFormat.FormatCode or DataFormat.FormatCodeID property to set the data format for a cell object. For additional information, refer to the TdxSpreadSheetCellDataFormat class description.

See Also