LinkFormat Members
Include Protected Members
Include Inherited Members
Contains linked OLE object properties.
The LinkFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Update | Updates the link. |
Top