Aspose::Cells::Workbook::Unprotect method

Workbook::Unprotect(const U16String&) method

Unprotects a workbook.

void Aspose::Cells::Workbook::Unprotect(const U16String &password)
ParameterTypeDescription
passwordconst U16String&Password to unprotect the workbook.

See Also

Workbook::Unprotect(const char16_t*) method

Unprotects a workbook.

void Aspose::Cells::Workbook::Unprotect(const char16_t *password)
ParameterTypeDescription
passwordconst char16_t*Password to unprotect the workbook.

See Also