Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnSortIndicator Method
Column index
SortIndicator enumeration setting


In This Topic
    SetColumnSortIndicator Method
    In This Topic
    Sets the sort indicator for the specified column on this sheet.
    Syntax
    'Declaration
     
    
    Public Sub SetColumnSortIndicator( _
       ByVal column As Integer, _
       ByVal order As SortIndicator _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim order As SortIndicator
     
    instance.SetColumnSortIndicator(column, order)
    public void SetColumnSortIndicator( 
       int column,
       SortIndicator order
    )

    Parameters

    column
    Column index
    order
    SortIndicator enumeration setting
    See Also