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

LayoutTableRow.TableCells Property

Gets cells of the current table row.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public LayoutTableCellCollection TableCells { get; }

Property Value

Type Description
LayoutTableCellCollection

A LayoutTableCellCollection containing cell of the current row in a table.

See Also