[]
Gets the specified C1DisplayColumn from the collection at the specified index.
public C1DisplayColumn this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified C1DisplayColumn from the collection wich contains the specified C1DataColumn.
public C1DisplayColumn this[C1DataColumn dc] { get; }
Type | Name | Description |
---|---|---|
C1DataColumn | dc |
Gets the specified C1DisplayColumn from the collection with the specified name.
public C1DisplayColumn this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |