ProtectionValue
ProtectionValue
Overview
ProtectionValue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表保护价值.
本类提供6种方法,用于在C++程序中与ProtectionValue对象工作. 有的方法包括: Clone, GetIsHidden, GetIsLocked, ProtectionValue, SetIsHidden, SetIsLocked. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
ProtectionValue() | 启动一个新的类实例. |
GetIsLocked() → bool | 获取或设置一个值,表示是否锁定. |
SetIsLocked(value: bool) | 设置了锁定值. |
GetIsHidden() → bool | 获取或设置一个值,表示是否隐藏. |
SetIsHidden(value: bool) | 设置了隐藏值. |
Clone() → ProtectionValue | 创建当前实例的副本.保护值. |