Skip to main content
A newer version of this page is available. .
Row

ChartSheet.Unprotect(String) Method

Removes protection from a chart sheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Unprotect(
    string password
)

Parameters

Name Type Description
password String

A string that specifies the password used to protect the chart sheet.

Returns

Type Description
Boolean

true, if protection is successfully removed; otherwise, false.

Remarks

If a chart sheet is not protected, the Unprotect method raises an exception. Use the ChartSheet.IsProtected property to check whether the chart sheet is already protected.

See Also