Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / InvalidateFilterBar Method / InvalidateFilterBar(Int32) Method
Index of column viewport


In This Topic
    InvalidateFilterBar(Int32) Method
    In This Topic
    Invalidates the filter bar in the specific column viewport.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub InvalidateFilterBar( _
       ByVal columnViewPortIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim columnViewPortIndex As Integer
     
    instance.InvalidateFilterBar(columnViewPortIndex)
    protected void InvalidateFilterBar( 
       int columnViewPortIndex
    )

    Parameters

    columnViewPortIndex
    Index of column viewport
    See Also