[]
Creates a new sparkline group and returns an 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 | Returns ISparklineGroup. |