[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_OleUpdate (OLE Update Types)

Indicates whether the linked object updates the cached data for the linked object automatically or only when the container calls IOleObject::Update or IOleLink::Update methods.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

OLEUPDATE_ALWAYS (Always Update OLE)

Update the link object whenever possible, this option corresponds to the 'automatic update' option in the Links dialog box.

OLEUPDATE_ONCALL (Update OLE On Call)

Update the link object only when IOleObject::Update or IOleLink::Update is called, this option coresponds to the Manual update option in the Links dialog box.

 

Referenced By

oleObject@oleUpdate3.3.1.57)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_OleUpdate">

   <restriction base="xsd:string">

   <enumeration value="OLEUPDATE_ALWAYS"/>

   <enumeration value="OLEUPDATE_ONCALL"/>

   </restriction>

</simpleType>