Protection

Overview

Protection is a interface in Aspose.Cells FOSS for Typescript.

Properties: hidden, locked.

Description

Protection is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : boolean; : boolean. These operations enable developers to integrate protection functionality directly into TypeScript applications.

The class also provides the locked property (gets the locked), the hidden property (gets the hidden).

Properties

NameTypeAccessDescription
locked: booleanReadGets the locked.
hidden: booleanReadGets the hidden.

See Also