ITabSheet
ProtectContents Property
|
Indicates is current sheet is protected.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ProtectContents { get; }
ReadOnly Property ProtectContents As Boolean
Get
property bool ProtectContents {
bool get ();
}
abstract ProtectContents : bool with get
Property Value
Type:
Boolean
See Also