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