Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterColumnDefinitionCollection Class / Clear Method
Example


In This Topic
    Clear Method (FilterColumnDefinitionCollection)
    In This Topic
    Removes all the filter column definitions from the collection.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Clear() 
    'Usage
     
    
    Dim instance As FilterColumnDefinitionCollection
     
    instance.Clear()
    public new void Clear()
    Example
    This example clears the collection.
    See Also