TableCell.Previous Property
Gets the previous cell in a row.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
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