Skip to main content

TdxSpreadSheetCellDataFormat Properties

Stores the data format settings of a value stored by the cell object.
Name Description
FormatCode Specifies the name of a data format applied to a value stored by the cell object. Inherited from TdxSpreadSheetCustomDataFormat.
FormatCodeID Specifies the format of a value stored by a cell object. Inherited from TdxSpreadSheetCustomDataFormat.
IsDateTime Identifies if the cell content is formatted as a date/time value.
IsText Identifies if the cell content is formatted as a text string.
IsTime Identifies if the cell content is formatted as a time value.
Owner Returns the cell style instance to which the current cell data format belongs.
See Also