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