|
TRVTableItemInfo.Rows |
Top Previous Next |
|
Provides indexed access to all rows in the table. property Rows: TRVTableRows; Rows is a list of table rows (TRVTableRow), each row is a list of cells (TRVTableCellData). Each row has the same number of cells. The specific cell can be accessed as Rows[<Row>][<Col>] as well as Cells[<Row>,<Col>]. Use Rows to access properties of rows, for example Rows[<Row>].VAlign.Otherwise, Cells is more convenient.
See also: |