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
| Name | Type | Access | Description |
|---|---|---|---|
locked | `` | Read | Gets the locked. |
hidden | `` | Read | Gets the hidden. |
Methods
| Signature | Description |
|---|---|
__init__(locked, hidden) | Initializes a new instance of Protection class. |