[]
Creates a new sparkline group and returns a ISparklineGroup object.
ISparklineGroup Add(SparkType type, string sourceData)
Function Add(type As SparkType, sourceData As String) As ISparklineGroup
| Type | Name | Description |
|---|---|---|
| SparkType | type | The type of sparkline. |
| string | sourceData | Represents the range to use to create the sparkline. |
| Type | Description |
|---|---|
| ISparklineGroup | The sparkline group are bound to the data in the range |