CellValue(Row: Integer; Column: Integer): Variant;
Row is an index of a cell row.
Column is an index of a cell column.
The CellValue property determines the value of the cell, which coordinates are passed as an input parameters for the Row and the Column.
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: