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