SpreadsheetGear 2017
ProtectWindows Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : ProtectWindows Property
Gets or sets the property which determines whether the windows of a workbook are protected from changes.
Syntax
'Declaration
 
Property ProtectWindows As System.Boolean
'Usage
 
Dim instance As IWorkbook
Dim value As System.Boolean
 
instance.ProtectWindows = value
 
value = instance.ProtectWindows
System.bool ProtectWindows {get; set;}
read-write property ProtectWindows: System.Boolean; 
function get,set ProtectWindows : System.boolean
__property System.bool get_ProtectWindows();
__property void set_ProtectWindows( 
   System.bool value
);
property System.bool ProtectWindows {
   System.bool get();
   void set (    System.bool value);
}
Requirements

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

See Also

Reference

IWorkbook Interface
IWorkbook Members
Protect Method
Unprotect Method
ProtectStructure Property
ProtectContents Property
Protect Method
Unprotect Method