Version

Remove Method (WorksheetProtectedRangeCollection)

Removes the specified range from the collection.
Syntax
public bool Remove( 
   WorksheetProtectedRange range
)

Parameters

range
The range to remove from the collection.

Return Value

True if the range was successfully removed from the collection; False if the range did not exist in the collection.
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