SpreadsheetGear Namespace > IWorkbook Interface : IsModified Property |
'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;}
read-write property IsModified: System.Boolean;
function get,set IsModified : System.boolean
When a workbook is modified this property will be set to true. Calling Save, SaveAs(String,FileFormat) or SaveToMemory(FileFormat) 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