Search
RowCollection.remove Method
See Also
 






Removes a row or a range of rows from the collections.

 Overload List

Name Description

RowCollection.remove (Int32)

Removes the row at the specified index.

RowCollection.remove (Int32, Int32)

Removes the specified number of rows at the specified index.

 See Also