[]
Represents a collection of C1DisplayColumn in a Split.
public class C1DisplayColumnCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[C1DataColumn] | Gets the specified C1DisplayColumn from the collection wich contains the specified C1DataColumn. |
this[int] | Gets the specified C1DisplayColumn from the collection at the specified index. |
this[string] | Gets the specified C1DisplayColumn from the collection with the specified name. |
Name | Description |
---|---|
IndexOf(C1DataColumn) | Gets the index of the C1DisplayColumn specified by the C1DataColumn. |
IndexOf(C1DisplayColumn) | Gets the index of the C1DisplayColumn. |
Insert(int, C1DisplayColumn) | Inserts a C1DisplayColumn at the specified index. |
OnClear() | |
OnClearComplete() | |
OnRemove(int, object) | |
OnRemoveComplete(int, object) |