Excel for WinRT
Insert(Int32) Method


Index where the new XLSheet will be added.
Creates a new XLSheet and inserts it at a specific position in the collection.
Syntax
'Declaration
 
Public Overloads Function Insert( _
   ByVal index As System.Integer _
) As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim index As System.Integer
Dim value As XLSheet
 
value = instance.Insert(index)
public XLSheet Insert( 
   System.int index
)

Parameters

index
Index where the new XLSheet will be added.

Return Value

A reference to the new XLSheet object.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback