ProtectionValue

ProtectionValue

Overview

ProtectionValue is a class in Aspose.Cells FOSS for Java.

Represents protection settings for a cell or range.

Properties

NameTypeAccessDescription
isLockedbooleanReadReturns the locked.
isHiddenbooleanReadReturns the hidden.

Methods

SignatureDescription
getIsLocked()booleanReturns the locked.
setIsLocked(locked: boolean)Sets the locked.
getIsHidden()booleanReturns the hidden.
setIsHidden(hidden: boolean)Sets the hidden.
clone()ProtectionValueCreates a copy of this instance.