Returns a Range object that represents the rows in the specified Range or DataSheet object. Read-only.
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example deletes row three on the datasheet.
myChart.Application.DataSheet.Rows(3).Delete