Workbook.AutoUpdateSaveChanges Property (2007 System)
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.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AutoUpdateSaveChanges As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.AutoUpdateSaveChanges
instance.AutoUpdateSaveChanges = value
[BrowsableAttribute(false)]
public bool AutoUpdateSaveChanges { get; set; }
[BrowsableAttribute(false)]
public:
property bool AutoUpdateSaveChanges {
bool get ();
void set (bool value);
}
public function get AutoUpdateSaveChanges () : boolean
public function set AutoUpdateSaveChanges (value : boolean)
Property Value
Type: System.Boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.