SetColumnShowSortIndicator(Int32,Int32,Boolean) Method
In This Topic
Sets whether the specified columns on this sheet should display a sort indicator when automatically sorted.
Syntax
'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)
public void SetColumnShowSortIndicator(
int column,
int ,
bool
)
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
Exceptions
See Also