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