Version

Protected Property (Workbook)

Gets or sets the value which indicates whether the workbook is protected.
Syntax
public bool Protected {get; set;}

Property Value

The value which indicates whether the workbook is protected.
Remarks

If True, prevents changes to worksheet and to locked cells.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also