ActiveReports 6 Online Help
ProtectWorkbookWindows Property
Example 

Sets or returns a value indicating whether the windows of a workbook or sheet are protected.
Syntax
'Declaration
 
Public Property ProtectWorkbookWindows As Boolean
public bool ProtectWorkbookWindows {get; set;}

Property Value

Boolean.  The default value is False.
Example
DataDynamics.SpreadBuilder.Workbook sb = new DataDynamics.SpreadBuilder.Workbook();
sb.ProtectWorkBookWindows = true;
Dim sb As New DataDynamics.SpreadBuilder.Workbook
sb.ProtectWorkBookWindows = True
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Workbook Class
Workbook Members

Send Feedback