SetColumnShowSortIndicator(Int32,Int32,Boolean) Method
Sets whether the specified columns on this sheet should display a sort indicator when automatically sorted.
'Declaration
Public Overloads Sub SetColumnShowSortIndicator( _
ByVal column As Integer, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim count As Integer
Dim showIndicator As Boolean
instance.SetColumnShowSortIndicator(column, count, showIndicator)
Parameters
- column
- Column index of the first column
- count
- Number of columns to set
- showIndicator
- Whether to display the sort indicators in the column headers