SheetProtectionDictWrapper

SheetProtectionDictWrapper

Overview

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

Dictionary-like wrapper around SheetProtection for backward compatibility.

This class provides 2 methods for working with SheetProtectionDictWrapper objects in Python programs. Available methods include: __init__, get. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

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

See Also