Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterItemCollection Class / Clear Method


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