ProtectWorkbookWindows Property
In This Topic
Sets/gets an option from the Protect Workbook dialog box. If this property is set to true, Excel will not let the user add, delete, reorder, or rename sheets in the workbook.
Syntax
'Declaration
Public Property ProtectWorkbookWindows As Boolean
public bool ProtectWorkbookWindows {get; set;}
See Also