Version

Contains(WorksheetRegion) Method

Determines whether the specified region has a data validation rule applied to any of it's cells.
Syntax
public bool Contains( 
   WorksheetRegion region
)

Parameters

region
The region to test.

Return Value

True if the any cell from the region has a data validation rule applied; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when region is null.
System.ArgumentExceptionOccurs when the region is from a worksheet other than this 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