The ColumnCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds a Column to the IList.
Public methodAdd(Column)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public methodClear
Removes all columns from the ICollection<(Of <(<'T>)>)>.
Public methodContains(Object)
Determines whether the IList contains a specific Column.
Public methodContains(Column)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific Column.
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodCopyTo(array<Column>[]()[][], Int32)
Copies columns.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf(Object)
Determines the index of a specific Column in the IList.
Public methodIndexOf(Column)
Determines the index of a specific Column in the IList<(Of <(<'T>)>)>.
Public methodInsert(Int32, Column)
Inserts a Column to the IList<(Of <(<'T>)>)> at the specified index.
Public methodInsert(Int32, Object)
Inserts a Column to the IList at the specified index.
Public methodRemove(Object)
Removes the first occurrence of a specific Column from the IList.
Public methodRemove(Column)
Removes the first occurrence of a specific Column from the ICollection<(Of <(<'T>)>)>.
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.

See Also