Workbook
WriteProtection Property
|
Returns options of the workbook write protection.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public WriteProtection WriteProtection { get; }
Public ReadOnly Property WriteProtection As WriteProtection
Get
public:
property WriteProtection^ WriteProtection {
WriteProtection^ get ();
}
member WriteProtection : WriteProtection with get
Property Value
Type:
WriteProtection
See Also