ColumnHeaderAutoSortIndex Property
In This Topic
Gets or sets which column header row in the sheet displays the sort indicator when there are multiple column header rows.
Syntax
'Declaration
Public Property ColumnHeaderAutoSortIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ColumnHeaderAutoSortIndex = value
value = instance.ColumnHeaderAutoSortIndex
public int ColumnHeaderAutoSortIndex {get; set;}
See Also