[]
Gets or sets the filter column definition at the specified position in the collection.
public FilterColumnDefinition this[int index] { get; set; }
Public Default Property Item(index As Integer) As FilterColumnDefinition
Type | Name | Description |
---|---|---|
int | index | Zero-based index of the filter column definition in the collection |
Type | Condition |
---|---|
Exception | Specified index is not valid; must be between 0 and total number in the collection |
ArgumentNullException | Index not specified or specified index is null |