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