Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / ModifyLocation Method / ModifyLocation(String) Method
The range that represents the location of the sparkline group.


In This Topic
ModifyLocation(String) Method
In This Topic
Modify the location of the sparkline group.
Syntax
'Declaration
 
Overloads Sub ModifyLocation( _
   ByVal location As String _
) 
 
'Usage
 
Dim instance As ISparklineGroup
Dim location As String
 
instance.ModifyLocation(location)

Parameters

location
The range that represents the location of the sparkline group.
See Also