Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / Item Property
Zero-based index of the filter column definition in the collection


In This Topic
    Item Property (FilterColumnDefinitionCollection)
    In This Topic
    Gets or sets the filter column definition at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As FilterColumnDefinition
    'Usage
     
    
    Dim instance As FilterColumnDefinitionCollection
    Dim index As Integer
    Dim value As FilterColumnDefinition
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public FilterColumnDefinition this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Zero-based index of the filter column definition in the collection
    Exceptions
    ExceptionDescription
    Specified index is not valid; must be between 0 and total number in the collection
    Index not specified or specified index is null
    See Also