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