Removes the Trendline at the specified index from the collection.

 public Trendline Remove(int index)
Public Function Remove(ByVal index As Integer) As Trendline

The 0-based index of the Trendline to remove.

The removed Trendline object.