In This Topic
Moves this
ISheet to the specified position in the
ISheet collection of the
IWorkbook.
Syntax
'Declaration
Sub Move( _
ByVal As Integer _
)
'Usage
Dim instance As ISheet
Dim position As Integer
instance.Move(position)
Parameters
- position
- An integer value indicates the specified position.
See Also