Contains Method (RowColCollection)
Determines whether the collection contains a given row or column.
'Declaration
Public Function Contains( _
ByVal As RowCol _
) As Boolean
Parameters
- item
- Row or column items to be detected.
Return Value
True if the row or column is a member of the collection, False otherwise.