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

    Parameters

    password
    Password to protect the worksheet.
    See Also