Add Method (TrendLinesCollection)
In This Topic
Adds the specified TrendLine to the collection.
Syntax
'Declaration
Public Function Add( _
ByVal As TrendLine _
) As System.Integer
public System.int Add(
TrendLine
)
Parameters
- tl
- TrendLine.
Return Value
Integer index.
See Also