Search
RowCollection.get Method
See Also
 






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

 Overload List

Name Description

RowCollection.get (Int32)

Gets the row at the specified index.

RowCollection.get (Int32, Int32)

Gets a RowRange object that can be used to manipulate the rows in the specified range.

 See Also