Excel for WinRT
Insert(Int32,XLRow) Method


Position where the item will be inserted.
Item that will be inserted.
Inserts an XLRow object at a specific position in the collection.
Syntax
'Declaration
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal row As XLRow _
) As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim index As System.Integer
Dim row As XLRow
Dim value As XLRow
 
value = instance.Insert(index, row)
public XLRow Insert( 
   System.int index,
   XLRow row
)

Parameters

index
Position where the item will be inserted.
row
Item that will be inserted.

Return Value

A reference to the item that was added to the collection.
Remarks

The maximum number of XLRow objects in a XLSheet is 65,536. This is a limitation imposed by Excel 2003 and below.

For Excel 2007 and above, the maximum number of XLRow objects in an XLSheet is 1,048,576.

See Also

Reference

XLRowCollection Class
XLRowCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback