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


In This Topic
    Clear Method (FilterItemValueCollection)
    In This Topic
    Removes all elements from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As FilterItemValueCollection
     
    instance.Clear()
    public void Clear()
    See Also