Spread Windows Forms 12.0 Product Documentation
Add Method (ExcelSparklineGroup)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ExcelSparklineGroup Class : Add Method
The object to add to the ICollection.
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

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members