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