IdxRichEditTable.Self Property
Provides access to a cell by its row and column indexes.
Declaration
property Self[ARow: Integer; AColumn: Integer]: IdxRichEditTableCell read; default;
Property Value
Type | Description |
---|---|
IdxRichEditTableCell | Exposes a table cell. |
See Also