Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IWorkbook.Unprotect(String) Method

Removes protection from a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

bool Unprotect(
    string password
)

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