Table.LastRow Property
Gets the last row in a table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v22.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
TableRow | An object with the TableRow interface, specifying a row in a table. |
Remarks
The last row is a row that has the maximum index. Use the Table.FirstRow property to get a first row in a table.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the LastRow property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.