[]
Gets a text column at a specified index.
public TextColumn this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TextColumn
Type | Name | Description |
---|---|---|
int | index | The column index. |
Type | Description |
---|---|
TextColumn | A text column at the specified index. |