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


In This Topic
    GetColumnShowSortIndicator Method
    In This Topic
    Gets whether the specified column on this sheet should display a sort indicator when automatically sorted.
    Syntax
    'Declaration
     
    
    Public Function GetColumnShowSortIndicator( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.GetColumnShowSortIndicator(column)
    public bool GetColumnShowSortIndicator( 
       int column
    )

    Parameters

    column
    Column index
    See Also