Charts Members

Include Protected Members
Include Inherited Members

A collection of all the chart sheets in the specified or active workbook. Each chart sheet is represented by a Chart object. This doesn’t include charts embedded on worksheets or dialog sheets. For information about embedded charts, see the ChartObject object.

The Charts type exposes the following members.

Properties

  Name Description
Public property _Default Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Excel application. Read-only.
Public property Count Returns the number of objects in the collection. Read-only Integer.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator.
Public property HPageBreaks Returns an HPageBreaks collection that represents the horizontal page breaks on the sheet. Read-only.
Public property Item Returns a single object from a collection.
Public property Parent Returns the parent object for the specified object. Read-only.
Public property Visible Determines whether the object is visible. Read/write Object.
Public property VPageBreaks Returns a VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only.

Top

Methods

  Name Description
Public method _Dummy7 Reserved for internal use.
Public method _PrintOut Reserved for internal use.
Public method Add Creates a new chart sheet. Returns a Chart object.
Public method Copy Copies the sheet to another location in the workbook.
Public method Delete Deletes the object.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method Move Moves the sheet to another location in the workbook.
Public method PrintOut Prints the object.
Public method PrintOut_2 Reserved for internal use.
Public method PrintPreview Shows a preview of the object as it would look when printed.
Public method Select Selects the object.

Top

See Also

Reference

Charts Interface

Microsoft.Office.Interop.Excel Namespace