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