[]
Gets the specified C1DisplayColumn from the collection at the specified index.
public C1DisplayColumn this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As C1DisplayColumn
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified C1DisplayColumn from the collection wich contains the specified C1DataColumn.
public C1DisplayColumn this[C1DataColumn dc] { get; }
Public ReadOnly Default Property Item(dc As C1DataColumn) As C1DisplayColumn
| Type | Name | Description |
|---|---|---|
| C1DataColumn | dc |
Gets the specified C1DisplayColumn from the collection with the specified name.
public C1DisplayColumn this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As C1DisplayColumn
| Type | Name | Description |
|---|---|---|
| string | name |