WorkbookSettingsWriteProtection Property |
Provides access to the workbook write protection options.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic 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