Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / protect Method / protect(String,boolean) Method
Password to protect the workbook.
True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).
In This Topic
    protect(String,boolean) Method
    In This Topic
    Protects a workbook so that it cannot be modified.
    Syntax
    public void protect( 
       java.lang.String password,
       boolean structure
    )

    Parameters

    password
    Password to protect the workbook.
    structure
    True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).
    See Also