[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ExcelSparklineGroup.Add

Add Method

Add(ISparkline)

Adds an item to the ICollection<T>.

Declaration
public void Add(ISparkline item)
Public Sub Add(item As ISparkline)
Parameters
Type Name Description
ISparkline item

The object to add to the ICollection<T>.

Implements
Exceptions
Type Condition
NotSupportedException

The ICollection<T> is read-only.