Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ICharts Interface / Move Method / Move(String,String) Method
The sheet before which the moved chart will be placed. You cannot specify before if you specify after.
The sheet after which the moved chart will be placed. You cannot specify after if you specify before.


In This Topic
    Move(String,String) Method
    In This Topic
    Moves the chart to another location in the workbook.
    Syntax
    'Declaration
     
    
    Overloads Sub Move( _
       Optional ByVal before As String, _
       Optional ByVal after As String _
    ) 
    'Usage
     
    
    Dim instance As ICharts
    Dim before As String
    Dim after As String
     
    instance.Move(before, after)
    void Move( 
       string before,
       string after
    )

    Parameters

    before
    The sheet before which the moved chart will be placed. You cannot specify before if you specify after.
    after
    The sheet after which the moved chart will be placed. You cannot specify after if you specify before.
    See Also