Add Method
Add(TrendLine)
Adds the specified TrendLine to the collection.
Declaration
public int Add(TrendLine tl)
Public Function Add(tl As TrendLine) As Integer
Parameters
| Type |
Name |
Description |
| TrendLine |
tl |
TrendLine.
|
Returns
| Type |
Description |
| int |
Integer index.
|
See Also