Corners 接口

定义

表示三维图表的角。

public interface class Corners
[System.Runtime.InteropServices.Guid("AE6D45E5-981E-4547-8752-674BB55420A5")]
public interface Corners
type Corners = interface
Public Interface Corners
属性

注解

此对象不是集合。

Corners使用 属性返回 Corners 对象。

如果图表不是三维图表,则 Corners 属性将失败。

属性

Application

在没有对象限定符的情况下使用时,此属性返回表示 _Application Microsoft Word 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象(可以将此属性与 OLE 自动化对象一起使用以返回该对象的应用程序)。 只读。

Creator

返回一个 32 位 Integer ,指示在其中创建了指定对象的应用程序。 此为只读属性。

Name

返回的对象的名称。

Parent

返回指定对象的父级。 此为只读属性。

方法

Select()

选择对象。

适用于