Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the way the link will be updated. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AutoUpdate As PpUpdateOption
Get
Set
'Usage
Dim instance As LinkFormat
Dim value As PpUpdateOption
value = instance.AutoUpdate
instance.AutoUpdate = value
PpUpdateOption AutoUpdate { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpUpdateOption
Remarks
The value of the AutoUpdate property can be one of these PpUpdateOption constants.
Constant |
Description |
---|---|
The link is updated each time the presentation is opened or the source file changes. |
|
The link is updated only when the user specifically asks to update the presentation. |
|
Some links are updated automatically and some links are updated manually. |