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