Back to Devexpress

TableRowCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-6457b37d.md

latest2.3 KB
Original Source

TableRowCollection Class

A collection of table rows in a slide table.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public sealed class TableRowCollection :
    PresentationObjectCollection<TableRow>
vb
Public NotInheritable Class TableRowCollection
    Inherits PresentationObjectCollection(Of TableRow)

The following members return TableRowCollection objects:

Implements

IList<TableRow>

ICollection<TableRow>

IEnumerable<TableRow>

IEnumerable

Inheritance

Object PresentationCollectionBase<TableRow> PresentationObjectCollectionBase<TableRow> PresentationObjectCollection<TableRow> TableRowCollection

See Also

TableRowCollection Members

DevExpress.Docs.Presentation Namespace