Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / ModifyLocation Method / ModifyLocation(Int32,Int32) Method
An integer value indicates the anchor row of target location.
An integer value indicates the anchor column of target location.


In This Topic
    ModifyLocation(Int32,Int32) Method
    In This Topic
    Modify the location of the sparkline group.
    Syntax
    'Declaration
     
    
    Overloads Sub ModifyLocation( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim row As Integer
    Dim column As Integer
     
    instance.ModifyLocation(row, column)
    void ModifyLocation( 
       int row,
       int column
    )

    Parameters

    row
    An integer value indicates the anchor row of target location.
    column
    An integer value indicates the anchor column of target location.
    See Also