TreeListColumnCollection Methods
Represents a column collection in the Tree List control.
Name | Description |
---|---|
Add() | Creates a new column and appends it to the end of the collection. |
Add |
Adds the specified column to the end of the collection. |
Add |
Creates a new column which is bound to the specified field and appends it to the collection. |
Add |
Adds an array of columns to the end of the collection. |
Add |
Adds a new column, binding it to the specified field and making this column visible. |
Assign |
Copies the current collection’s elements to the collection specified. |
Clear() | Removes all elements from the collection. |
Column |
Returns a column with the field name specified. |
Column |
Returns a column specified by its name. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
For |
Executes the specified action on each element of the collection. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified column’s position within the collection. |
Insert |
Creates a new column and adds it to the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a column from the collection. |
Remove |
Removes the element at the specified index of the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also