ProtectionValue

ProtectionValue

Overview

ProtectionValue is a class in Aspose.Cells FOSS for C++.

Represents protection value.

This class provides 6 methods for working with ProtectionValue objects in C++ programs. Available methods include: Clone, GetIsHidden, GetIsLocked, ProtectionValue, SetIsHidden, SetIsLocked. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
ProtectionValue()Initializes a new instance of the class.
GetIsLocked()boolGets or sets a value indicating whether locked.
SetIsLocked(value: bool)Sets the is locked value.
GetIsHidden()boolGets or sets a value indicating whether hidden.
SetIsHidden(value: bool)Sets the is hidden value.
Clone()ProtectionValueCreates a copy of the current instance. The protection value.

See Also

 English