Back to Devexpress

TableRow.LastCell Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-c006dcdf.md

latest1.1 KB
Original Source

TableRow.LastCell Property

Gets the last cell in a row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell LastCell { get; }
vb
ReadOnly Property LastCell As TableCell

Property Value

TypeDescription
TableCell

A TableCell interface specifying the last cell in a row.

|

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace