Clear Method (FilterItemCollection)
Removes the custom filter items from the filter item list. This method does not remove the DefaultFilterItem from the list if it exists.
'Declaration
Public Shadows Sub Clear()
'Usage
Dim instance As FilterItemCollection
instance.Clear()