Aspose::Cells::Workbook::UnprotectSharedWorkbook method

Workbook::UnprotectSharedWorkbook(const U16String&) method

Unprotects a shared workbook.

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

See Also

Workbook::UnprotectSharedWorkbook(const char16_t*) method

Unprotects a shared workbook.

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

See Also