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


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