Version

Contains(WorksheetCell) Method

Determines whether the collection contains the specified cell.
Syntax
public bool Contains( 
   WorksheetCell cell
)

Parameters

cell
The cell to search for in the collection.

Return Value

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