Version

Unprotect Method (WorksheetProtectedRange)

Removes the password from the range.
Syntax
public void Unprotect()
Remarks

Note: If the range is not currently protected (i.e. IsProtected returns false) the method will not do anything.

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