Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableCell.Next Property

Gets the next cell in a row.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

TableCell Next { get; }

Property Value

Type Description
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