Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnAllowFilter Method / SetColumnAllowFilter(Int32,Boolean) Method
Column index
Whether to allow filtering for the specified column


In This Topic
    SetColumnAllowFilter(Int32,Boolean) Method
    In This Topic
    Sets whether the specified column on this sheet allows filtering.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetColumnAllowFilter( _
       ByVal column As Integer, _
       ByVal allowFilter As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim allowFilter As Boolean
     
    instance.SetColumnAllowFilter(column, allowFilter)
    public void SetColumnAllowFilter( 
       int column,
       bool allowFilter
    )

    Parameters

    column
    Column index
    allowFilter
    Whether to allow filtering for the specified column
    See Also