Skip to main content
Box

LayoutTableCellCollection Class

A collection of LayoutTableCell elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class LayoutTableCellCollection :
    LayoutElementCollection<LayoutTableCell>

The following members return LayoutTableCellCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTableCell>

Inheritance

See Also