Corners Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the corners of a 3-D chart.
public interface class Corners
[System.Runtime.InteropServices.Guid("AE6D45E5-981E-4547-8752-674BB55420A5")]
public interface Corners
type Corners = interface
Public Interface Corners
- Attributes
Remarks
This object isn’t a collection.
Use the Corners property to return the Corners object.
If the chart isn’t a 3-D chart, the Corners property fails.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word 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. |
Creator |
Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only. |
Name |
Returns the name of the object. |
Parent |
Returns the parent of the specified object. Read-only. |
Methods
Select() |
Selects the object. |