XIH.IsNull
Checks if the value in the column is Zero.
Syntax
XIH.IsNull(colcaption)
XIH.IsNull(colcaption, offset)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
colcaption | string | String specifies the columns caption. | "col1" |
offset | int | Optionally specifies the row offset. Default is 1 | 1 |
Remarks
Returns a boolean.
Examples
XIH.IsNull(
"maybeNull"
,1)
Checks if there is a value in the column that is zero with an offset of one.
Related
- TIS Parameters
- XIH Functions