Back to Devexpress

TableCell.Next Property

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

latest1.2 KB
Original Source

TableCell.Next Property

Gets the next cell in a row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell Next { get; }
vb
ReadOnly Property [Next] As TableCell

Property Value

TypeDescription
TableCell

A TableCell that is the next cell in a row, or null if the current cell is the last cell in a row.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace