ExcelDocumentSecurityProtectWorkbook(Boolean, Boolean) Method |
Protects the workbook window and structure.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void ProtectWorkbook(
bool protectWindow,
bool protectStructure
)
Public Sub ProtectWorkbook (
protectWindow As Boolean,
protectStructure As Boolean
)
Parameters
- protectWindow Boolean
- When this flag is true the workbook window will be protected.
- protectStructure Boolean
- When this flag is true the workbook structure is protected.
See Also