Version

Contains(WorksheetCell) Method

Determines whether the collection contains the specified cell.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal cell As WorksheetCell _
) As Boolean
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also