Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / NotifyFilterButtonHiddenChanged Method
if set to true the filter button is hidden.


In This Topic
    NotifyFilterButtonHiddenChanged Method
    In This Topic
    Notifies the filter button hidden has been changed.
    Syntax
    'Declaration
     
    
    Sub NotifyFilterButtonHiddenChanged( _
       ByVal hidden As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IAutoFilterOwner
    Dim hidden As Boolean
     
    instance.NotifyFilterButtonHiddenChanged(hidden)
    void NotifyFilterButtonHiddenChanged( 
       bool hidden
    )

    Parameters

    hidden
    if set to true the filter button is hidden.
    See Also