Rows property (Excel Graph)
Returns a Range object that represents the rows in the specified Range or DataSheet object. Read-only.
expression.Rows
expression Required. An expression that returns a Range object.
For information about returning a single member of a collection, see Returning an object from a collection.
This example deletes row three on the datasheet.
myChart.Application.DataSheet.Rows(3).Delete
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.