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