Returns the value of a specific column.

Syntax

XIH.Get(colcaption)

XIH.Get(colindex)

Parameters

Parameter

Data type

Description

Sample

colIndex

int

Index of a column

2

colcaption

string

String specifies the columns caption.

"col1"

Remarks

ColumnIndex is zero-based.

The data type of the returned data is the same as the column the data originated.

Examples

XIH.Get("col1")
XIH.Get(0)