Contains Method (TrendLinesCollection)
Determines whether the specified TrendLine exists in the collection.
'Declaration
Public Function Contains( _
ByVal As TrendLine _
) As System.Boolean
public System.bool Contains(
TrendLine
)
Parameters
- tl
- TrendLine.
Return Value
A boolean indicating whether the specified TrendLine is contained in the collection.