TrendlineCollection class

TrendlineCollection class

Represents a collection of Trendline

The TrendlineCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
Read-only int.

Gets the element at the specified index. Read-only Trendline.

Indexer

NameDescription
[index]

Methods

MethodDescription
addAdds the new Trendline at the end of a collection and return it.
removeRemoves the specified value.

See Also