SparklineGroup.Modify Method
Sets the location and the source data for the sparkline group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Modify ( _
Location As Range, _
SourceData As String _
)
'Usage
Dim instance As SparklineGroup
Dim Location As Range
Dim SourceData As String
instance.Modify(Location, SourceData)
void Modify(
Range Location,
string SourceData
)
Parameters
Location
Type: Microsoft.Office.Interop.Excel.RangeThe Range object that represents the location of the sparkline group.
SourceData
Type: System.StringThe range that represents the source data for the sparkline group.