Returns the Trendline object at the specified 0-based index.

 public Trendline this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As Trendline

The 0-based index of the Trendline to return.

The Trendline object at the specified index.