ActiveReports 8
ProtectWorkbookWindows Property
Example 

Sets or returns a value indicating whether the workbook or sheet is protected.
Syntax
'Declaration
 
Public Property ProtectWorkbookWindows As System.Boolean
public System.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

Support Forum