Insert Method (TrendLinesCollection)
In This Topic
Inserts the specified TrendLine in the collection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As TrendLine _
)
public void Insert(
System.int ,
TrendLine
)
Parameters
- index
- Index.
- tl
- TrendLine.
See Also