IdxSpreadSheetCellData.DataType Property
Returns the type of a value currently stored in a cell.
Declaration
property DataType: TdxSpreadSheetCellDataType read;
Property Value
Type |
---|
TdxSpreadSheetCellDataType |
Remarks
You can use this property to identify:
Whether the cell stores a value (the DataType property returns cdtBlank if the cell is empty);
The data type of a stored value. Refer to the TdxSpreadSheetCellDataType type description for information on all cell data types.
See Also