Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / RemoveAll Method


In This Topic
    RemoveAll Method
    In This Topic
    Removes all items from this filter.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAll() 
    'Usage
     
    
    Dim instance As MultiValuesFilter
     
    instance.RemoveAll()
    public void RemoveAll()
    See Also