GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Unprotect Method
Password to protect the worksheet.
In This Topic
Unprotect Method (IWorksheet)
In This Topic
Removes protection from the worksheet.
Syntax
void Unprotect( 
   System.string password
)

Parameters

password
Password to protect the worksheet.
See Also