_Workbook.AutoUpdateSaveChanges Property
True if current changes to the shared workbook are posted to other users whenever the workbook is automatically updated. False if changes aren’t posted (this workbook is still synchronized with changes made by other users). The default value is True. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AutoUpdateSaveChanges As Boolean
Get
Set
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.AutoUpdateSaveChanges
instance.AutoUpdateSaveChanges = value
bool AutoUpdateSaveChanges { get; set; }
Property Value
Type: System.Boolean
Remarks
The AutoUpdateFrequency property must be set to a value from 5 to 1,440 for this property to take effect.