Name | Description | |
---|---|---|
![]() | Count | Gets count of the collection. |
![]() | Item | Gets or sets the column at the specified position. |
The following tables list the members exposed by ListColumnCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets count of the collection. |
![]() | Item | Gets or sets the column at the specified position. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an item to the collection. |
![]() | AddRange | Add some columns of specified collection to the end of the collection. |
![]() | Clear | Clears all the items in the collection. |
![]() | Contains | Determines whether the collection contains a specific item. |
![]() | CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Gets the enumerator of the collection. |
![]() | IndexOf | Gets the index of the item. |
![]() | Insert | Inserts an item to the collection at the specified position |
![]() | Remove | Deletes a specific item form the collection. |
![]() | RemoveAt | Removes the item at the specific position form the collection. |
![]() | ToArray | Copies the subItems of the colletion to a new ListColumn array. |
Name | Description | |
---|---|---|
![]() | AddProcess | Process method before a column is added to the collection. |
![]() | RemoveProcess | Process method before a column be removed to the collection. |