Back to Devexpress

LayoutTableCellCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-037cc1a0.md

latest2.0 KB
Original Source

LayoutTableCellCollection Class

A collection of LayoutTableCell elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableCellCollection :
    LayoutElementCollection<LayoutTableCell>
vb
Public Class LayoutTableCellCollection
    Inherits LayoutElementCollection(Of LayoutTableCell)

The following members return LayoutTableCellCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTableCell>

IEnumerable<LayoutTableCell>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutTableCell> LayoutTableCellCollection

See Also

LayoutTableCellCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace