Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFilters Interface / Item Property
An integer value indicates the index number of the filter.


In This Topic
    Item Property (IFilters)
    In This Topic
    Gets the IFilter object at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IFilter
    'Usage
     
    
    Dim instance As IFilters
    Dim index As Integer
    Dim value As IFilter
     
    value = instance.Item(index)
    IFilter this[ 
       int index
    ]; {get;}

    Parameters

    index
    An integer value indicates the index number of the filter.

    Property Value

    The IFilter object at the specified index.
    See Also