Protection
Overview
Protection is a class in Aspose.Cells FOSS for Python.
Represents protection settings for a cell or range of cells.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
locked | `` | Read | Indicates whether the protected element is locked from editing |
hidden | `` | Read | Indicates whether the protected element is hidden from view |
Methods
| Signature | Description |
|---|---|
__init__(locked, hidden) | Initializes a new instance of Protection class. |