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


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

    Parameters

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