'Declaration
Public Sub Clear( _ ByVal column As Integer, _ Optional ByVal removing As Boolean, _ Optional ByVal notify As Boolean _ )
'Usage
Dim instance As AutoFilter Dim column As Integer Dim removing As Boolean Dim notify As Boolean instance.Clear(column, removing, notify)
Parameters
- column
- An integer value indicates the column index.
- removing
- if set to
true
, the current active filter will be removed; otherwise, it'll be set as inactive. - notify