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