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 As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim showIndicator As Boolean
instance.SetColumnShowSortIndicator(column, showIndicator)
public void SetColumnShowSortIndicator(
int column,
bool
)
Parameters
- column
- Column index
- showIndicator
- Whether to display the sort indicator in the column header
See Also