SparklineGroup.ModifyLocation Method
Sets the associated Range object to modify the location of the sparkline group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ModifyLocation ( _
Location As Range _
)
'Usage
Dim instance As SparklineGroup
Dim Location As Range
instance.ModifyLocation(Location)
void ModifyLocation(
Range Location
)
Parameters
Location
Type: Microsoft.Office.Interop.Excel.RangeThe Range that represents the location of the sparkline group.