IsProtectedWorkbookWindow Property
Gets a value indicating whether this instance is protected workbook window.
bool IsProtectedWorkbookWindow {get;}
'Declaration
ReadOnly Property IsProtectedWorkbookWindow As Boolean
'Usage
Dim instance As IProtectionSupport
Dim value As Boolean
value = instance.IsProtectedWorkbookWindow
Property Value
true
if this instance is protected workbook window; otherwise,
false
.