LayoutTableRow.TableCells Property
Gets cells of the current table row.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v22.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
LayoutTableCellCollection | A LayoutTableCellCollection containing cell of the current row in a table. |
See Also