get_worksheet_password method

get_worksheet_password(self, sheet_name)

Gets the password to protect the specified worksheet.

Returns

Password to protect the specified worksheet.


def get_worksheet_password(self, sheet_name):
    ...
ParameterTypeDescription
sheet_nameSystem.String

See Also