Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / Clear Method / Clear() Method


In This Topic
    Clear() Method
    In This Topic
    Removes all items from the ICollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear() 
    'Usage
     
    
    Dim instance As DefaultSparklineContainer
     
    instance.Clear()
    public void Clear()
    Exceptions
    ExceptionDescription
    The ICollection is read-only.
    See Also