ActiveReports 12
ProtectWorkbookWindows Property
Example 

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class : ProtectWorkbookWindows Property
Sets or returns a value indicating whether the workbook or sheet is protected.
Syntax
'Declaration
 
Public Property ProtectWorkbookWindows As Boolean
public bool ProtectWorkbookWindows {get; set;}

Property Value

Boolean.  The default value is False.
Example
GrapeCity.SpreadBuilder.Workbook sb = new GrapeCity.SpreadBuilder.Workbook();
sb.ProtectWorkbookWindows = true;
Dim sb As New GrapeCity.SpreadBuilder.Workbook
sb.ProtectWorkbookWindows = True
See Also

Reference

Workbook Class
Workbook Members