The ListColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add | Overloaded. Adds a column/columns to the collection. |
|
|
Clear |
Removes all columns from the collection. |
|
|
Contains |
Determines whether the specified ListColumn is available in this collection. |
|
|
CopyTo |
Copies list columns into array of ListColumn objects. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator | (Inherited from CollectionBase.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
IndexOf |
Returns an index of the specified ListColumn class instance stored in this collection. |
|
|
Insert | Overloaded. Inserts column/columns to the collection at the specified index. |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnClear | (Inherited from CollectionBase.) |
|
|
OnClearComplete | (Inherited from CollectionBase.) |
|
|
OnInsert | (Inherited from CollectionBase.) |
|
|
OnInsertComplete | (Inherited from CollectionBase.) |
|
|
OnRemove | (Inherited from CollectionBase.) |
|
|
OnRemoveComplete | (Inherited from CollectionBase.) |
|
|
OnSet | (Inherited from CollectionBase.) |
|
|
OnSetComplete | (Inherited from CollectionBase.) |
|
|
Remove | Overloaded. Removes a column/columns from the collection. |
|
|
RemoveAt |
Removes a column with a specified index from the collection. |
|
|
RemoveSortOrderIcon |
Removes sort icon (triangle) from specified column. |
|
|
SetSortOrderIcon |
Adds sort icon for the specified column. |
|
|
ToArray |
Copies the items of the collection to a new array. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
IList.Add | (Inherited from CollectionBase.) |
|
|
IList.Contains | (Inherited from CollectionBase.) |
|
|
ICollection.CopyTo | (Inherited from CollectionBase.) |
|
|
IList.IndexOf | (Inherited from CollectionBase.) |
|
|
IList.Insert | (Inherited from CollectionBase.) |
|
|
IList.Remove | (Inherited from CollectionBase.) |