TableColumnCollection Methods |
The TableColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a TableColumn to the end of the collection.
|
![]() | AddClone(TableColumn) |
Adds a clone of the source TableColumn to the end of the collection. Clone will be formatted using the destination theme.
|
![]() | AddClone(TableColumn, CloneContext) |
Adds a clone of the source TableColumn to the end of the collection.
|
![]() | AddNew |
Adds a new TableColumn with the specified width to the end of the collection.
|
![]() | Clear |
Removes all TableColumns from the collection.
|
![]() | Contains |
Determines whether a TableColumn is in the collection.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the TableColumnCollection.
|
![]() | IndexOf |
Searches for the specified TableColumn and returns the zero-based index of the first occurrence within the entire collection.
|
![]() | Insert |
Inserts a TableColumn to the collection at the specified index.
|
![]() | InsertClone(Int32, TableColumn) |
Inserts a clone of the source TableColumn to the collection at the specified index. Clone will be formatted using the destination theme.
|
![]() | InsertClone(Int32, TableColumn, CloneContext) |
Inserts a clone of the source TableColumn to the collection at the specified index.
|
![]() | InsertNew |
Inserts a new TableColumn with the specified width to the collection at the specified index.
|
![]() | Remove |
Removes the first occurrence of a specific TableColumn from the collection.
|
![]() | RemoveAt |
Removes the TableColumn at the specified index of the collection.
|