Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / ShowAutoFilter Property


In This Topic
    ShowAutoFilter Property
    In This Topic
    Gets or sets a boolean value indicating whether the AutoFilter will be displayed.
    Syntax
    'Declaration
     
    
    Property ShowAutoFilter As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.ShowAutoFilter = value
     
    value = instance.ShowAutoFilter
    bool ShowAutoFilter {get; set;}

    Property Value

    true if the AutoFilter will be displayed; otherwise, false.
    See Also