ITabSheet
ProtectScenarios Property
|
True if the scenarios of the current sheet are protected. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ProtectScenarios { get; }
ReadOnly Property ProtectScenarios As Boolean
Get
property bool ProtectScenarios {
bool get ();
}
abstract ProtectScenarios : bool with get
Property Value
Type:
Boolean
See Also