IdxSpreadSheetCellData.GetDataType Method
In This Article
Returns the data type of the stored cell value.
#Declaration
Delphi
function GetDataType: TdxSpreadSheetCellDataType;
#Returns
Type |
---|
Tdx |
#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