IDataGridRow.ColumnValue

Syntax

ColumnValue(ColumnIndex: Integer): Variant;

Parameters

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

Description

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

See also:

IDataGridRow