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