Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / protect Method / protect(String) Method
Password to protect the workbook.
In This Topic
    protect(String) Method
    In This Topic
    Protects a workbook so that it cannot be modified.
    Syntax
    public void protect( 
       java.lang.String password
    )

    Parameters

    password
    Password to protect the workbook.
    See Also