Table.LastRow Property
In This Article
Gets the last row in a table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Table |
An object with the 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.
See Also