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

Removes the Trendline at the specified index from the collection.

Signature
C#
C#
 public Trendline Remove(int index)
Signature
vb.net
vb.net
Public Function Remove(ByVal index As Integer) As Trendline
Parameters
Param
index
index

The 0-based index of the Trendline to remove.

Returns

The removed Trendline object.