Skip to main content

TdxSpreadSheetCellStyle.DataFormat Property

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

Declaration

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