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
| Name | Type | Access | Description |
|---|---|---|---|
locked | : boolean | Read | Gets the locked. |
hidden | : boolean | Read | Gets the hidden. |