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


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

    Parameters

    column
    Column index
    allowAutoSort
    Whether to allow automatic sorting for the specified column
    See Also