ProtectionValue
Overview
ProtectionValue is a class in Aspose.Cells FOSS for Java.
Represents protection settings for a cell or range.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
isLocked | boolean | Read | Returns the locked. |
isHidden | boolean | Read | Returns the hidden. |
Methods
| Signature | Description |
|---|---|
getIsLocked() → boolean | Returns the locked. |
setIsLocked(locked: boolean) | Sets the locked. |
getIsHidden() → boolean | Returns the hidden. |
setIsHidden(hidden: boolean) | Sets the hidden. |
clone() → ProtectionValue | Creates a copy of this instance. |