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

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace