Insert(Int32,XLSheet) Method
Inserts an
XLSheet object into the collection at the specified position.
'Declaration
Public Overloads Function Insert( _
ByVal As System.Integer, _
ByVal As XLSheet _
) As XLSheet
public XLSheet Insert(
System.int ,
XLSheet
)
Parameters
- index
- Position where the item will be inserted.
- sheet
- XLSheet object to add to the collection.
Return Value
A reference to the object that was added to the collection (in this case, always the parameter).