Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Move Method
An integer value indicates the specified position.


In This Topic
    Move Method (IChart)
    In This Topic
    Moves this GrapeCity.Spreadsheet.ISheet to the specified position in the GrapeCity.Spreadsheet.ISheet collection of the GrapeCity.Spreadsheet.IWorkbook.
    Syntax
    'Declaration
     
    
    Sub Move( _
       ByVal position As Integer _
    ) 
    'Usage
     
    
    Dim instance As IChart
    Dim position As Integer
     
    instance.Move(position)
    void Move( 
       int position
    )

    Parameters

    position
    An integer value indicates the specified position.
    See Also