IDataGrid.CellValue

Syntax

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

Parameters

Row is an index of a cell row.

Column is an index of a cell column.

Description

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

Comments

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

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

See also:

IDataGrid

IDataGridRow.ColumnValue