IWorkbook.Unprotect(String) Method
Removes protection from a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| password | String | A string that specifies the password with which the workbook is protected. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if protection is successfully removed; otherwise, false. |
See Also