IdxRichEditTable.Cell(Integer,Integer) Method
Provides access to a cell by row and column indexes.
Declaration
function Cell(ARow: Integer; AColumn: Integer): IdxRichEditTableCell;
Parameters
Name | Type | Description |
---|---|---|
ARow | Integer | A row index. |
AColumn | Integer | A column index. |
Returns
Type | Description |
---|---|
IdxRichEditTableCell | Exposes a table cell. |
See Also