Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnShowSortIndicator Method / SetColumnShowSortIndicator(Int32,Boolean) Method
Column index
Whether to display the sort indicator in the column header


In This Topic
SetColumnShowSortIndicator(Int32,Boolean) Method
In This Topic
Sets whether the specified column on this sheet should display a sort indicator when automatically sorted.
Syntax
'Declaration
 
Public Overloads Sub SetColumnShowSortIndicator( _
   ByVal column As Integer, _
   ByVal showIndicator As Boolean _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim showIndicator As Boolean
 
instance.SetColumnShowSortIndicator(column, showIndicator)

Parameters

column
Column index
showIndicator
Whether to display the sort indicator in the column header
See Also