Gets a value indicating whether the windows of the workbook are protected.
'Declaration
ReadOnly Property ProtectWindows As Boolean
'Usage
Dim instance As IWorkbook
Dim value As Boolean
value = instance.ProtectWindows
bool ProtectWindows {get;}
Property Value
true
if the windows of the workbook are protected; otherwise,
false
.