ActiveReports 8
ProtectWorkBookStructure Property
Example 

Sets or returns a value indicating whether Excel will let the user add, delete, reorder, or rename sheets in the workbook.
Syntax
'Declaration
 
Public Property ProtectWorkBookStructure As System.Boolean
public System.bool ProtectWorkBookStructure {get; set;}

Property Value

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

Reference

Workbook Class
Workbook Members

Support Forum