Checks if the value in the column is Zero.
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 |
Returns a boolean.
Checks if there is a value in the column that is zero with an offset of one.