RowCollection Properties
A collection of all rows in a worksheet.
Name | Description |
---|---|
Item[Int32] | Provides indexed access to individual rows in the collection. |
Item[String] | Provides access to individual rows in the collection by their headings. |
Last |
Gets the index of the last edited row on a worksheet. |
See Also