Workbook.AutoUpdateSaveChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether current changes to the shared workbook are posted to other users whenever the workbook is automatically updated.
public:
property bool AutoUpdateSaveChanges { bool get(); void set(bool value); };
public bool AutoUpdateSaveChanges { get; set; }
member this.AutoUpdateSaveChanges : bool with get, set
Public Property AutoUpdateSaveChanges As Boolean
Property Value
true
if current changes to the shared workbook are posted to other users whenever the workbook is automatically updated. false
if changes are not posted (this workbook is still synchronized with changes made by other users). The default value is true
.
Remarks
The AutoUpdateFrequency property must be set to a value from 5 to 1440 for this property to take effect.