Contains Method (ChartObjectCollection<T>)
Determines whether the collection contains a specific item.
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- The item to check.
Return Value
True if the collection contains specified item; false otherwise.