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).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2