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


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