LayoutTableCell.Rows Property
Gets lines within a table cell.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v26.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| LayoutRowCollection | A LayoutRowCollection containing lines (LayoutRow objects) in the current table cell. |
See Also