Search
RowCollection.insert Method
See Also
 






Inserts a row or a range of rows in the collection.

 Overload List

Name Description

RowCollection.insert (Int32)

Inserts a new row at the specified index.

RowCollection.insert (Int32, Int32)

Inserts the specified number of rows at the specified index.

 See Also