[]
Gets a Column by its name.
public Column this[string colName] { get; }
Public ReadOnly Default Property Item(colName As String) As Column
| Type | Name | Description |
|---|---|---|
| string | colName | Name of the column to retrieve. |
| Type | Description |
|---|---|
| Column | The column with the requested name. |