'Declaration Public Function Contains( _ ByVal item As Chart3DDataLabel _ ) As Boolean
public bool Contains( Chart3DDataLabel item )
Parameters
- item
- The item to check.
Return Value
True if the collection contains specified item; false otherwise.
'Declaration Public Function Contains( _ ByVal item As Chart3DDataLabel _ ) As Boolean
public bool Contains( Chart3DDataLabel item )