Protection

Overview

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

Represents protection settings for a cell or range of cells.

This class provides 1 method for working with Protection objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: hidden, locked.

Properties

NameTypeAccessDescription
locked``ReadGets the locked.
hidden``ReadGets the hidden.

Methods

SignatureDescription
__init__(locked, hidden)Initializes a new instance of Protection class.

See Also