Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnSortIndicator Method
Column index


In This Topic
    GetColumnSortIndicator Method
    In This Topic
    Gets the sort indicator for the specified column on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetColumnSortIndicator( _
       ByVal column As Integer _
    ) As SortIndicator
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As SortIndicator
     
    value = instance.GetColumnSortIndicator(column)
    public SortIndicator GetColumnSortIndicator( 
       int column
    )

    Parameters

    column
    Column index
    See Also