Sparkline.ModifyLocation Method
Modifies the location of a single sparkline.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ModifyLocation ( _
Range As Range _
)
'Usage
Dim instance As Sparkline
Dim Range As Range
instance.ModifyLocation(Range)
void ModifyLocation(
Range Range
)
Parameters
Range
Type: Microsoft.Office.Interop.Excel.RangeThe cell that contains the sparkline.