'Declaration
Public Property WindowProtection As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean instance.WindowProtection = value value = instance.WindowProtection
public bool WindowProtection {get; set;}
Property Value
true
if the panes in the window are locked due to workbook protection; otherwise, false
.