Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / Clear Method


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