Aspose::Cells::Workbook::UnprotectSharedWorkbook method
Workbook::UnprotectSharedWorkbook(const U16String&) method
Unprotects a shared workbook.
void Aspose::Cells::Workbook::UnprotectSharedWorkbook(const U16String &password)
Parameter | Type | Description |
---|---|---|
password | const U16String& | Password to unprotect the workbook. |
See Also
- Class Vector
- Class U16String
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::UnprotectSharedWorkbook(const char16_t*) method
Unprotects a shared workbook.
void Aspose::Cells::Workbook::UnprotectSharedWorkbook(const char16_t *password)
Parameter | Type | Description |
---|---|---|
password | const char16_t* | Password to unprotect the workbook. |
See Also
- Class Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++