Property Item
| Improve this Doc View SourceItem[Int32]
Gets the column at specified index.
Declaration
public Column this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The index. |
Property Value
| Type | Description |
|---|---|
| Column | The column at specified index. |