Edit

Share via


Rows property (Excel Graph)

Returns a Range object that represents the rows in the specified Range or DataSheet object. Read-only.

Syntax

expression.Rows

expression Required. An expression that returns a Range object.

Remarks

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

Support and feedback

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.