Checks if a value in a specified column is identical with the value in the first row of the same column.
Syntax
XIH.EqualsFirst(colcaption)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
colcaption | string | String specifies the columns caption. | "col1" |
Remarks
The first row always has the value 'true'.
Returns a boolean, true if equal values.
Examples
XIH.EqualsFirst(
"From"
)