Worksheet.Unprotect
Unprotect()
Unprotects worksheet.
public void Unprotect()
Remarks
This method unprotects worksheet which is protected without password.
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells
Unprotect(string)
Unprotects worksheet.
public void Unprotect(string password)
Parameter | Type | Description |
---|---|---|
password | String | Password |
Remarks
If the worksheet is protected without a password, you can set a null value or blank string to password parameter.
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells