In This Topic
Creates a new
XLSheet and inserts it at a specific position in the collection.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.Integer _
) As XLSheet
public XLSheet Insert(
System.int
)
Parameters
- index
- Index where the new XLSheet will be added.
Return Value
A reference to the new
XLSheet object.
See Also