Aspose::Cells::Workbook::ProtectSharedWorkbook method

Workbook::ProtectSharedWorkbook(const U16String&) method

Protects a shared workbook.

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

See Also

Workbook::ProtectSharedWorkbook(const char16_t*) method

Protects a shared workbook.

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

See Also