Version

Remove(WorksheetRegion) Method

Removes a region from the collection of references.
Syntax
public bool Remove( 
   WorksheetRegion region
)

Parameters

region
The region to remove from the collection.

Return Value

True if any cells in the region were found and removed. False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when the region is null.
Remarks

If the region is not contained in the collection, this call will have no effect on 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