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


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