ISparkline.ModifyLocation Method
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 ISparkline
Dim Range As Range
instance.ModifyLocation(Range)
void ModifyLocation(
Range Range
)
Parameters
- Range
Type: Microsoft.Office.Interop.Excel.Range