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

    A collection of table columns in a slide table.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public sealed class TableColumnCollection :
        OfficeObjectCollection<TableColumn>

    The following members return TableColumnCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<TableColumn>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<TableColumn>
    DevExpress.Docs.Office.Internal.OfficeObjectCollection<TableColumn>
    TableColumnCollection
    See Also