TdxSpreadSheetCellStyle.DataFormat Property
In This Article
Specifies the format setting applied to a value displayed by the cell object.
#Declaration
Delphi
property DataFormat: TdxSpreadSheetCellDataFormat read; write;
#Property Value
Type |
---|
Tdx |
#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