IDataGridRow.ColumnValue

Syntax

ColumnValue(ColumnIndex: Integer): Variant;

Parameters

ColumnIndex - index of the column, that the current row intersects with .

Description

The ColumnValue property determines row value in the column, index of which is passed as the ColumnIndex input parameter.

See also:

IDataGridRow