Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / WindowProtection Property


In This Topic
WindowProtection Property
In This Topic
Gets or sets a value indicating whether the panes in the window are locked due to workbook protection.
Syntax
'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.
See Also