Spread Windows Forms 12.0 Product Documentation
WindowProtection Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : WindowProtection Property
Gets or sets a value indicating whether the panes in the window are locked due to workbook protection.
Syntax
'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.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members