Version

Contains(WorksheetRegion) Method

Determines whether the collection contains the specified region.
Syntax
public bool Contains( 
   WorksheetRegion region
)

Parameters

region
The region to search for in the collection.

Return Value

True if the region is contained in the collection or a region which fully contains the specified region is contained in the collection; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when the region is null.
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