TdxSpreadSheetCustomDataFormat.FormatCode Property
Specifies the name of a data format applied to a value stored by the cell object.
Declaration
property FormatCode: string read; write;
Property Value
Type |
---|
string |
Remarks
To specify the required data format for a cell value, assign the respective format name string to the FormatCode property. The available format name strings with their respective hexadecimal codes are listed in the FormatCodeID property description.
See Also