Unprotects a workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void Unprotect(
string password
)
Public Sub Unprotect (
password As String
)
public:
void Unprotect(
String^ password
)
member Unprotect :
password : string -> unit
Parameters
- password
- Type: SystemString
Password to unprotect the workbook.
See Also