'Declaration
Property IsModified As System.Boolean
'Usage
Dim instance As IWorkbook Dim value As System.Boolean instance.IsModified = value value = instance.IsModified
System.bool IsModified {get; set;}
'Declaration
Property IsModified As System.Boolean
'Usage
Dim instance As IWorkbook Dim value As System.Boolean instance.IsModified = value value = instance.IsModified
System.bool IsModified {get; set;}
When a workbook is modified this property will be set to true. Calling IWorkbook.Save, IWorkbook.SaveAs or IWorkbook.SaveToMemory resets this property back to false.
The default behavior of this property can be overridden by setting or resetting it at any time.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2