OleObjectLink.AutoUpdate Property
Update Linked OLE Objects Automatically.Represents the attribte in schema: updateAutomatic
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "updateAutomatic")> _
Public Property AutoUpdate As BooleanValue
Get
Set
'Usage
Dim instance As OleObjectLink
Dim value As BooleanValue
value = instance.AutoUpdate
instance.AutoUpdate = value
[SchemaAttrAttribute(, "updateAutomatic")]
public BooleanValue AutoUpdate { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute determines if linked embedded objects will be automatically updated when the presentation is opened or printed.
The possible values for this attribute are defined by the XML Schema boolean datatype.