'Declaration
Public Overloads Sub Move( _ ByVal sourceWorksheet As Worksheet, _ ByVal destinationWorksheetName As String _ )
'Usage
Dim instance As WorksheetCollection Dim sourceWorksheet As Worksheet Dim destinationWorksheetName As String instance.Move(sourceWorksheet, destinationWorksheetName)
public void Move( Worksheet sourceWorksheet, string destinationWorksheetName )
Parameters
- sourceWorksheet
- The Worksheet that will be moved.
- destinationWorksheetName
- The name of the Worksheet that is currently located where the selected WorksheetRange will be moved.