Insert Method (RowCollection)
Adds a new
Row object to the collection at a specified position.
'Declaration
Public Function Insert( _
ByVal As Integer _
) As Row
Parameters
- index
- The position where the new row will be inserted.
Return Value
A reference to the
Row that was added to the collection.