Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnHeaderAutoFilterIndex Property


In This Topic
    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