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