[]
Gets or sets the column at the specified position.
public ListColumnInfo this[int index] { get; set; }
Public Default Property Item(index As Integer) As ListColumnInfo
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| ListColumnInfo | The int value that indicates the specified position in the collection. |