ITrendlineCollection

ITrendlineCollection class

Represents a collection of TrendlineEx

The ITrendlineCollection type exposes the following members:

Properties

NameDescription
countGets the number of elements actually contained in the collection.
Read-only
as_i_enumerableAllows to get base IEnumerable interface.
Read-only list.

Indexer

NameDescription
[index]Gets the element at the specified index.
Read-only ITrendline.

Methods

NameDescription
add(trendline_type)Adds the new Trendline at the end of a collection and return it.
remove(value)Removes the specified value.

See Also