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