'Declaration
Public Overloads Sub Move( _ ByVal sourceWorksheetIndex As Integer, _ ByVal destinationWorksheetIndex As Integer _ )
'Usage
Dim instance As WorksheetCollection Dim sourceWorksheetIndex As Integer Dim destinationWorksheetIndex As Integer instance.Move(sourceWorksheetIndex, destinationWorksheetIndex)
public void Move( int sourceWorksheetIndex, int destinationWorksheetIndex )