Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkline Interface / ModifyLocation Method / ModifyLocation(String) Method
The cell that contains the sparkline.


In This Topic
ModifyLocation(String) Method
In This Topic
Modifies the location of a single sparkline.
Syntax
'Declaration
 
Overloads Sub ModifyLocation( _
   ByVal location As String _
) 
 
'Usage
 
Dim instance As ISparkline
Dim location As String
 
instance.ModifyLocation(location)

Parameters

location
The cell that contains the sparkline.
See Also