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


In This Topic
    ShowAutoFilterDropDown Property (ITable)
    In This Topic
    Gets or sets a boolean value indicating whether the AutoFilter drop down for the table object is displayed.
    Syntax
    'Declaration
     
    
    Property ShowAutoFilterDropDown As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.ShowAutoFilterDropDown = value
     
    value = instance.ShowAutoFilterDropDown
    bool ShowAutoFilterDropDown {get; set;}

    Property Value

    true if the AutoFilter drop down for the table object is displayed; otherwise, false.
    See Also