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