IdxSpreadSheetCellData.GetDataType Method
Returns the data type of the stored cell value.
Declaration
function GetDataType: TdxSpreadSheetCellDataType;
Returns
Type |
---|
TdxSpreadSheetCellDataType |
Remarks
This function returns cdtBlank if the cell is empty; otherwise – returns the stored value’s type. Refer to the TdxSpreadSheetCellDataType type description for detailed information on supported data types.
The GetDataType function is a getter of the DataType property.
See Also