'DeclarationPublic Overloads Sub Move( _ ByVal sourceWorksheet As Worksheet, _ ByVal destinationWorksheetIndex As Integer _ )
'UsageDim instance As WorksheetCollection Dim sourceWorksheet As Worksheet Dim destinationWorksheetIndex As Integer instance.Move(sourceWorksheet, destinationWorksheetIndex)
public void Move( Worksheet sourceWorksheet, int destinationWorksheetIndex )