'Declaration
Sub Modify( _ ByVal location As String, _ ByVal sourceData As String _ )
'Usage
Dim instance As ISparklineGroup Dim location As String Dim sourceData As String instance.Modify(location, sourceData)
void Modify( string location, string sourceData )
Parameters
- location
- The string value that represents the location of the sparkline group.
- sourceData
- The range that represents the source data for the sparkline group.