IDataGrid.CellValue

Syntax

CellValue(Row: Integer; Column: Integer): Variant;

Parameters

Row - cell row index.

Column - cell column index.

Description

The CellValue property determines the value of the cell, which coordinates are passed as input parameters for the Row and Column parameters.

Comments

This property returns the value of the cell actually displayed in the table. The specified filtering and the sort are considered.

Use the ColumnValue property to get value of the cell in the data source.

See also:

IDataGrid | IDataGridRow.ColumnValue