Excel for WinRT
Insert(Int32) Method


Position where the new item will be inserted.
Creates a new XLRow object and inserts it at a specific position in the collection.
Syntax
'Declaration
 
Public Overloads Function Insert( _
   ByVal index As System.Integer _
) As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim index As System.Integer
Dim value As XLRow
 
value = instance.Insert(index)
public XLRow Insert( 
   System.int index
)

Parameters

index
Position where the new item will be inserted.

Return Value

A reference to the new item.
See Also

Reference

XLRowCollection Class
XLRowCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback