IndexOf Method (TrendLinesCollection)
In This Topic
Gets the current index of the specified TrendLines in the collection.
Syntax
'Declaration
Public Function IndexOf( _
ByVal As TrendLine _
) As System.Integer
public System.int IndexOf(
TrendLine
)
Parameters
- tl
- TrendLine to locate.
Return Value
Index.
See Also