Returns the value of a specific column.
XIH.Get(colcaption)
XIH.Get(colindex)
Parameter | Data type | Description | Sample |
---|
colIndex | int | Index of a column | 2 |
colcaption | string | String specifies the columns caption. | "col1" |
ColumnIndex is zero-based.
The data type of the returned data is the same as the column the data originated.