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