TrendlineCollection

TrendlineCollection class

Represents a collection of Trendline

add

NameDescription
add(int)Adds the new Trendline at the end of a collection and return it.

Returns: Trendline


getCount

NameDescription
getCount()Gets the number of elements actually contained in the collection. Read-only int.

Returns: int


get_Item

NameDescription
get_Item(int)Gets the element at the specified index. Read-only Trendline.

Returns: Trendline


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Returns:


remove

NameDescription
remove(Trendline)Removes the specified value.