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