Skip to main content

TdxSpreadSheetCellDataFormat.IsDateTime Property

Identifies if the cell content is formatted as a date/time value.

Declaration

property IsDateTime: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the cell number formatting is set to date/time; otherwise – False. If the cell is formatted to display only a time value, both the IsDateTime and IsTime properties return True.

Normally, the IsDateTime property supports the internal infrastructure and is not intended to be used directly from your code.

See Also