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