IdxRichEditTable.GetItem(Integer,Integer) Method
Returns a cell by its row and column indexes.
Declaration
function GetItem(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