[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparklineGroups.Add

Add Method

Add(SparkType, string)

Creates a new sparkline group and returns an ISparklineGroup object.

Declaration
ISparklineGroup Add(SparkType type, string sourceData)
Function Add(type As SparkType, sourceData As String) As ISparklineGroup
Parameters
Type Name Description
SparkType type

The type of sparkline.

string sourceData

Represents the range to use to create the sparkline.

Returns
Type Description
ISparklineGroup

Returns ISparklineGroup.