ChartView object (Excel)

Represents a view of a chart.

Remarks

The ChartView object is one of the objects that can be returned by the SheetViews collection, similar to the Sheets collection. The ChartView object applies only to chart sheets.

Example

The following example returns a ChartView object.

ActiveWindow.SheetViews.Item(1) 

The following example returns a Chart object.

ActiveWindow.SheetViews.Item(1).Sheet 

Properties

See also

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.