Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / Add Method
The object to add to the ICollection.


In This Topic
    Add Method (ExcelSparklineGroup)
    In This Topic
    Adds an item to the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As ISparkline _
    ) 
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim item As ISparkline
     
    instance.Add(item)
    public void Add( 
       ISparkline item
    )

    Parameters

    item
    The object to add to the ICollection.
    Exceptions
    ExceptionDescription
    The ICollection is read-only.
    See Also