The ColumnCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Object) | ||
| Add(Column) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
| |
| Clear |
Removes all columns from the ICollection<(Of <(<'T>)>)>.
| |
| Contains(Object) | ||
| Contains(Column) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific Column.
| |
| CopyTo(Array, Int32) | ||
| CopyTo(array<Column>[]()[][], Int32) |
Copies columns.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| IndexOf(Object) | ||
| IndexOf(Column) |
Determines the index of a specific Column in the IList<(Of <(<'T>)>)>.
| |
| Insert(Int32, Column) |
Inserts a Column to the IList<(Of <(<'T>)>)> at the specified index.
| |
| Insert(Int32, Object) | ||
| Remove(Object) | ||
| Remove(Column) |
Removes the first occurrence of a specific Column from the ICollection<(Of <(<'T>)>)>.
| |
| RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|