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