ITrendlineCollection class

ITrendlineCollection class

Represents a collection of TrendlineEx

The ITrendlineCollection 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 ITrendline.

Indexer

NameDescription
[index]

Methods

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

See Also