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

    Parameters

    password
    Password to protect the worksheet.
    See Also