Back to Devexpress

TableRow.IsLast Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-12843c8f.md

latest1.1 KB
Original Source

TableRow.IsLast Property

Indicates whether the current row is 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
bool IsLast { get; }
vb
ReadOnly Property IsLast As Boolean

Property Value

TypeDescription
Boolean

true if the current row is the last row; otherwise, false.

|

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace