GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Protect Method
Password to protect the worksheet.
In This Topic
Protect Method (IWorksheet)
In This Topic
Protects a worksheet so that it cannot be modified.
Syntax
void Protect( 
   System.string password
)

Parameters

password
Password to protect the worksheet.
See Also