ITabCellValidate.IsNumber(Value: Variant): Boolean;
Value. Cell value.
The IsNumber property checks if the cell contains numeric value.
Available values:
True. The cell contains numeric value and is not empty.
False. The cell does not contain numeric value or is empty.
The property use is given in the example for ITabRange.IfError.
See also: