protect_shared_workbook method

protect_shared_workbook(self, password)

Protects a shared workbook.


def protect_shared_workbook(self, password):
    ...
ParameterTypeDescription
passwordSystem.StringPassword to protect the workbook.

See Also