Moves this
IWorksheet to the specified position in the
IWorksheet collection of the
Workbook.
'Declaration
Sub Move( _
ByVal As Integer _
)
'Usage
Dim instance As IWorksheet
Dim position As Integer
instance.Move(position)
Parameters
- position
- An integer value indicates the specified position.