Charts Object Members
Excel Developer Reference |
A collection of all the chart sheets in the specified or active workbook.
Methods
Name | Description | |
---|---|---|
Add | Creates a new chart sheet and returns a Chart object. | |
Copy | Copies the sheet to another location in the workbook. | |
Delete | Deletes the object. | |
Move | Moves the chart to another location in the workbook. | |
PrintOut | Prints the object. | |
PrintPreview | Shows a preview of the object as it would look when printed. | |
Select | Selects the object. |
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
Count | Returns a Long value that represents the number of objects in the collection. | |
HPageBreaks | Returns an HPageBreaks collection that represents the horizontal page breaks on the chart. Read-only. | |
Item | Returns a single object from a collection. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Visible | Returns or sets a Variant value that determines whether the object is visible. | |
VPageBreaks | Returns a VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only. |