Rows Property
Applies To
DataSheet object, Range object.
Description
Range object: Returns a Range object that represents the rows in the specified range. Read-only.
DataSheet object: Returns a Range object that represents all the rows on the datasheet. Read-only.
See Also
Columns property, Range property.
Example
This example deletes row three on the datasheet.
myChart.Application.DataSheet.Rows(3).Delete