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