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


In This Topic
    Clear Method (GroupInfoCollection)
    In This Topic
    Removes all GroupInfo objects from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As GroupInfoCollection
     
    instance.Clear()
    public virtual void Clear()
    Example
    This example clears the collection if its count is greater than two.
    See Also