'Declaration
Function Add( _ ByVal type As SparkType, _ ByVal sourceData As String _ ) As ISparklineGroup
'Usage
Dim instance As ISparklineGroups Dim type As SparkType Dim sourceData As String Dim value As ISparklineGroup value = instance.Add(type, sourceData)
ISparklineGroup Add( SparkType type, string sourceData )
Parameters
- type
- The type of sparkline.
- sourceData
- Represents the range to use to create the sparkline.
Return Value
The sparkline group are bound to the data in the range sourceData.