[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterColumnDefinitionCollection.Item

this Property

this[int]

Gets or sets the filter column definition at the specified position in the collection.

Declaration
public FilterColumnDefinition this[int index] { get; set; }
Public Default Property Item(index As Integer) As FilterColumnDefinition
Parameters
Type Name Description
int index

Zero-based index of the filter column definition in the collection

Exceptions
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