Back to Devexpress

LayoutTableRowCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-172c1482.md

latest2.1 KB
Original Source

LayoutTableRowCollection Class

A collection of LayoutTableRow elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableRowCollection :
    LayoutElementCollection<LayoutTableRow>
vb
Public Class LayoutTableRowCollection
    Inherits LayoutElementCollection(Of LayoutTableRow)

The following members return LayoutTableRowCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTableRow>

IEnumerable<LayoutTableRow>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutTableRow> LayoutTableRowCollection

See Also

LayoutTableRowCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace