Share via


_OLEObject.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). Read-only Boolean.

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 _OLEObject
Dim value As Boolean

value = instance.AutoUpdate

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

Property Value

Type: System.Boolean

See Also

Reference

_OLEObject Interface

_OLEObject Members

Microsoft.Office.Interop.Excel Namespace