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


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