Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / ModifyLocation Method
An integer value indicates the row of new location.
An integer value indicates the column of new location.
true to notify the UI to repaint; otherwise, false.


In This Topic
    ModifyLocation Method (Sparkline)
    In This Topic
    Modifies the location of a single sparkline.
    Syntax
    'Declaration
     
    
    Public Sub ModifyLocation( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Sparkline
    Dim row As Integer
    Dim column As Integer
    Dim notifyUI As Boolean
     
    instance.ModifyLocation(row, column, notifyUI)
    public void ModifyLocation( 
       int row,
       int column,
       bool notifyUI
    )

    Parameters

    row
    An integer value indicates the row of new location.
    column
    An integer value indicates the column of new location.
    notifyUI
    true to notify the UI to repaint; otherwise, false.
    See Also