Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / Add Method
The object to add to the ICollection.


Add Method (ExcelSparklineGroup)
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)

Parameters

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