OLEFormat Interface

Definition

Contains OLE object properties.

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

Remarks

Use the OLEFormat property to return the OLEFormat object.

If the Shape object doesn’t represent a linked or embedded object, the OLEFormat property fails.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Object

Returns the OLE Automation object associated with this OLE object.

Parent

Returns the parent object for the specified object.

progID

Returns the programmatic identifiers for the object.

Methods

Activate()

Activates the object.

Verb(Object)

Sends a verb to the server of the specified OLE object.

Applies to