GrapeCity.ActiveReports.Export.Excel.v9 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class : ProtectWorkBookStructure Property |
'Declaration Public Property ProtectWorkBookStructure As System.Boolean
public System.bool ProtectWorkBookStructure {get; set;}
GrapeCity.SpreadBuilder.Workbook sb = new GrapeCity.SpreadBuilder.Workbook(); sb.ProtectWorkBookStructure = true;
Dim sb As New GrapeCity.SpreadBuilder.Workbook sb.ProtectWorkBookStructure = True