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 );
'Declaration
Property ProtectWindows As System.Boolean
'Usage
Dim instance As IWorkbook Dim value As System.Boolean instance.ProtectWindows = value value = instance.ProtectWindows