Spread Windows Forms 12.0 Product Documentation
ProtectWindows Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : ProtectWindows Property
Gets a value indicating whether the windows of the workbook are protected.
Syntax
'Declaration
 
ReadOnly Property ProtectWindows As Boolean
'Usage
 
Dim instance As IWorkbook
Dim value As Boolean
 
value = instance.ProtectWindows
bool ProtectWindows {get;}

Property Value

true if the windows of the workbook are protected; otherwise, false.
See Also

Reference

IWorkbook Interface
IWorkbook Members