Skip to main content
All docs
V26.1
  • TableRowCollection Class

    A collection of table rows in a slide table.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public sealed class TableRowCollection :
        OfficeObjectCollection<TableRow>

    The following members return TableRowCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<TableRow>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<TableRow>
    DevExpress.Docs.Office.Internal.OfficeObjectCollection<TableRow>
    TableRowCollection
    See Also