TdxSpreadSheetCell.DataType Property
Returns the data type of the cell object’s current value.
Declaration
property DataType: TdxSpreadSheetCellDataType read;
Property Value
Type |
---|
TdxSpreadSheetCellDataType |
Remarks
This property returns cdtBlank if the cell object is empty. Otherwise, the DataType property returns a type of the stored cell data. Refer to the TdxSpreadSheetCellDataType type description for detailed information on all cell data types. Using one of the data type-specific properties to assign a value to the cell object automatically assigns the corresponding value to the DataType property.
This property is accessible via the IdxSpreadSheetCellData interface to provide uniform access to cell data types in ExpressSpreadSheet and ExpressQuantumGrid Views.
See Also