'Declaration Public Overrides Sub Insert( _ ByVal index As System.Integer, _ ByVal worksheet As Worksheet _ )
'Usage Dim instance As WorksheetCollection Dim index As System.Integer Dim worksheet As Worksheet instance.Insert(index, worksheet)
Parameters
- index
- The index at which to add the sheet.
- worksheet
- The Worksheet object to add.