Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFilterItem Interface / Filter Method
Column index


In This Topic
    Filter Method (IFilterItem)
    In This Topic
    Selects a filter from the filter drop-down list.
    Syntax
    'Declaration
     
    
    Function Filter( _
       ByVal columnIndex As Integer _
    ) As Integer()
    'Usage
     
    
    Dim instance As IFilterItem
    Dim columnIndex As Integer
    Dim value() As Integer
     
    value = instance.Filter(columnIndex)
    int[] Filter( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also