GrapeCity.ActiveReports.Export.Excel.v12 アセンブリ > GrapeCity.SpreadBuilder 名前空間 > Workbook クラス : ProtectWorkbookWindows プロパティ |
'宣言 Public Property ProtectWorkbookWindows As Boolean
public bool ProtectWorkbookWindows {get; set;}
GrapeCity.SpreadBuilder.Workbook sb = new GrapeCity.SpreadBuilder.Workbook(); sb.ProtectWorkBookWindows = true;
Dim sb As New GrapeCity.SpreadBuilder.Workbook sb.ProtectWorkBookWindows = True