<< Click to display table of contents >> TRVTableItemInfo.Cells |
Provides indexed access to all cells in the table.
property Cells[Row, Col: Integer]: TRVTableCellData;
This is the key property of table.
Row can be in range from 0 to RowCount-1. Col can be in range from 0 to ColCount-1.
Each row has the same number of cells.
Attention: the Borland's grid uses Cells[Col,Row] instead.
Some cells can be equal to nil due to cell-merging.
See also properties:
▪Rows.
See also: