ChartObjects Members (Excel)
A collection of all the ChartObject objects on the specified chart sheet, dialog sheet, or worksheet.
Methods
Name |
Description |
---|---|
Creates a new embedded chart. |
|
Copies the object to the Clipboard. |
|
Copies the selected object to the Clipboard as a picture. Variant. |
|
Cuts the object to the Clipboard. |
|
Deletes the object. |
|
Duplicates the object and returns a reference to the new copy. |
|
Returns a single object from a collection. |
|
Selects the object. |
Properties
Name |
Description |
---|---|
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. |
|
Returns a Long value that represents the number of objects in the collection. |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns or sets a Double value that represents the height, in points, of the object. |
|
Returns or sets a Double value that represents the distance, in points, from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). |
|
Returns or sets a Boolean value that indicates if the objects are locked. |
|
Returns the parent object for the specified object. Read-only. |
|
Returns or sets a Variant value, containing an XlPlacement constant, that represents the way the objects are attached to the cells below them. |
|
True if the objects will be printed when the document is printed. Read/write Boolean. |
|
True if the embedded chart frame cannot be moved, resized, or deleted through the user interface. Read/write Boolean. |
|
Returns a ShapeRange object that represents the specified object or objects. Read-only. |
|
Returns or sets a Double value that represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart). |
|
Returns or sets a Boolean value that determines whether the object is visible. Read/write. |
|
Returns or sets a Double value that represents the width, in points, of the object. |