Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / Add Method
The object to add to the ICollection.
Example


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.
    Example
    This example creates sparklines.
    See Also