Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public Trendline this[int index] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal index As Integer) As Trendline
{signature}
{parameters}
{param:index}The 0\-based index of the {{Trendline}} to return.{param}
{returns}The {{Trendline}} object at the specified index.{returns}
Parameters
Param
index
index

The 0-based index of the Trendline to return.

Returns

The Trendline object at the specified index.