OLEFormat 接口

定义

包含 OLE 对象的属性。

public interface class OLEFormat
[System.Runtime.InteropServices.Guid("00024441-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface OLEFormat
Public Interface OLEFormat
属性

注解

OLEFormat使用 属性可返回 OLEFormat 对象。

Shape如果对象不表示链接或嵌入的对象,则 OLEFormat 属性将失败。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Object

返回与此 OLE 对象相联系的 OLE 自动化对象。

Parent

返回指定对象的父对象。

progID

返回对象的程序标识符。

方法

Activate()

激活对象。

Verb(Object)

向指定的 OLE 对象服务器发送动词。

适用于