Back to Devexpress

TableCell.Previous Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-c72ae0fd.md

latest1.2 KB
Original Source

TableCell.Previous Property

Gets the previous cell in a row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
TableCell

A TableCell that is the previous cell in a row, or null if the current cell is the first cell in a row.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace