Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Removes the Trendline at the specified index from the collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Removes the [Trendline|Trendline] at the specified index from the collection.{excerpt}
{signature:C#}
 public Trendline Remove(int index)
Signature
{signature}{signature:vb.net
vb.net
}
Public Function Remove(ByVal index As Integer) As Trendline
Parameters
Param
indexindex

The 0-based index of the Trendline to remove.

Returns
The removed Trendline object.
{signature}
{parameters}
{param:index}The 0\-based index of the {{Trendline}} to remove.{param}
{returns}The removed {{Trendline}} object.{returns}