IdxSpreadSheetCellData.IsNumericValue Method
Identifies if the cell stores a numeric value.
Declaration
function IsNumericValue: Boolean;
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the cell contains a numeric value; otherwise – False. Use the DataType property or call the GetDataType function to identify the stored cell value’s type.
See Also