TableColumnCollection Class
Represents a set of Table
public sealed class TableColumnCollection : Collection<TableColumn>, IList<TableColumn>, ICollection<TableColumn>, IList, ICollection, IReadOnlyList<TableColumn>, IReadOnlyCollection<TableColumn>, IEnumerable<TableColumn>, IEnumerable
- Inheritance:
- System.
Object System.Collections. <TableObject Model. Collection Column >TableColumn Collection
Implements
System.Collections.Generic.IList <TableColumn >
System.Collections.Generic.ICollection <TableColumn >
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList <TableColumn >
System.Collections.Generic.IReadOnlyCollection <TableColumn >
System.Collections.Generic.IEnumerable <TableColumn >
System.Collections.IEnumerable
Remarks
Used as a container for a Columns property.
Table could have less or more columns than the number of columns in this collection when it is rendered, depending on how many Table
Constructors
TableColumnCollection()
Initializes a new instance of the Table
TableColumnCollection(TableColumn[])
Initializes a new instance of the Table
Parameters
columns
- Table
Column []
The table columns.
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable