Spread Windows Forms 15.0
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)
    void ModifyLocation( 
       string location
    )

    Parameters

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