SheetProtectionDictWrapper

SheetProtectionDictWrapper

Overview

SheetProtectionDictWrapper is a class in Aspose.Cells FOSS for Python.

Dictionary-like wrapper around SheetProtection for backward compatibility.

Methods

SignatureDescription
__init__(sheet_protection)Initialize wrapper with a SheetProtection object.
get(key, default)Get protection setting with default value.

See Also