Share via


LinkFormat.AutoUpdate Property

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).

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property AutoUpdate As Boolean
    Get
    Set
'Usage
Dim instance As LinkFormat
Dim value As Boolean

value = instance.AutoUpdate

instance.AutoUpdate = value
bool AutoUpdate { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

LinkFormat Interface

LinkFormat Members

Microsoft.Office.Interop.Excel Namespace