Creates a new
XLRow object and inserts it at a specific position in the collection.
'Declaration
Public Overloads Function Insert( _
ByVal As System.Integer _
) As XLRow
public XLRow Insert(
System.int
)
Parameters
- index
- Position where the new item will be inserted.
Return Value
A reference to the new item.