Back to Devexpress

TableColumnCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-e888a829.md

latest2.3 KB
Original Source

TableColumnCollection Class

A collection of table columns 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 TableColumnCollection :
    PresentationObjectCollection<TableColumn>
vb
Public NotInheritable Class TableColumnCollection
    Inherits PresentationObjectCollection(Of TableColumn)

The following members return TableColumnCollection objects:

Implements

IList<TableColumn>

ICollection<TableColumn>

IEnumerable<TableColumn>

IEnumerable

Inheritance

Object PresentationCollectionBase<TableColumn> PresentationObjectCollectionBase<TableColumn> PresentationObjectCollection<TableColumn> TableColumnCollection

See Also

TableColumnCollection Members

DevExpress.Docs.Presentation Namespace