Protection

Overview

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

Represents protection settings for a cell or range of cells.

Properties

NameTypeAccessDescription
locked``ReadIndicates whether the protected element is locked from editing
hidden``ReadIndicates whether the protected element is hidden from view

Methods

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

See Also