Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkline Interface / ModifyLocation Method / ModifyLocation(Int32,Int32) Method
An integer value indicates the row of new location.
An integer value indicates the column of new location.


In This Topic
    ModifyLocation(Int32,Int32) Method
    In This Topic
    Modifies the location of a single sparkline.
    Syntax
    'Declaration
     
    
    Overloads Sub ModifyLocation( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As ISparkline
    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 row of new location.
    column
    An integer value indicates the column of new location.
    See Also