LinkFormat Interface

Definition

Contains linked OLE object properties.

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

Remarks

Use the LinkFormat property to return the LinkFormat object.

If the Shape object doesn’t represent a linked object, the LinkFormat property fails.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

AutoUpdate

True if the OLE object is updated automatically when the source changes. Valid only if the object is linked (its OLEType property must be xlOLELink).

Creator

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

Locked

True if the object is locked; False if the object can be modified when the sheet is protected.

Parent

Returns the parent object for the specified object.

Methods

Update()

Updates the link.

Applies to