Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / unprotect Method / unprotect(String) Method
Password to protect the workbook.
In This Topic
    unprotect(String) Method
    In This Topic
    Removes protection from the workbook.
    Syntax
    void unprotect( 
       java.lang.String password
    )

    Parameters

    password
    Password to protect the workbook.
    See Also