XlsWorksheetBase
Protection Property
|
Gets protected options. Read-only. For sets protection options use "Protect" method.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual SheetProtectionType Protection { get; }
Public Overridable ReadOnly Property Protection As SheetProtectionType
Get
public:
virtual property SheetProtectionType Protection {
SheetProtectionType get ();
}
abstract Protection : SheetProtectionType with get
override Protection : SheetProtectionType with get
Property Value
Type:
SheetProtectionType
Implements
ITabSheet
Protection
See Also