Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SetColumnSortIndicator Method
Column index
SortIndicator enumeration
Example


In This Topic
    SetColumnSortIndicator Method
    In This Topic
    Sets the sort indicator to display at the specified column.
    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
    Remarks
    This method uses the SortIndicator enumeration.
    Example
    This example illustrates the use of this member by setting specified sort indicator in the column header.
    See Also