Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Move Method / Move(Int32,Boolean) Method
An integer value indicates the specified position.


In This Topic
    Move(Int32,Boolean) Method
    In This Topic
    Moves this Worksheet to the specified position in the Worksheet collection of the Workbook.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Move( _
       ByVal position As Integer, _
       Optional ByVal reselectTab As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim position As Integer
    Dim reselectTab As Boolean
     
    instance.Move(position, reselectTab)
    public void Move( 
       int position,
       bool reselectTab
    )

    Parameters

    position
    An integer value indicates the specified position.
    reselectTab
    See Also