Back to Devexpress

Table.LastRow Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-d4155ac0.md

latest1.5 KB
Original Source

Table.LastRow Property

Gets the last row in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableRow LastRow { get; }
vb
ReadOnly Property LastRow As TableRow

Property Value

TypeDescription
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.

See Also

TableRowCollection

Rows

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace