Spread WinForms 15
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)

Parameters

column
Column index
See Also