TrendlineCollection
TrendlineCollection class
Represents a collection of Trendline
add
| Name | Description |
|---|
| add(int) | Adds the new Trendline at the end of a collection and return it. |
Result:
Trendline
getCount
| Name | Description |
|---|
| getCount() | Gets the number of elements actually contained in the collection. Read-only int. |
Result:
int
| Name | Description |
|---|
| getParent_Immediate() | |
get_Item
| Name | Description |
|---|
| get_Item(int) | Gets the element at the specified index. Read-only Trendline. |
Result:
Trendline
iterator
| Name | Description |
|---|
| iterator() | Returns an enumerator that iterates through the collection. |
Result:
iteratorJava
| Name | Description |
|---|
| iteratorJava() | Returns a java iterator for the entire collection. |
Result:
remove
| Name | Description |
|---|
| remove(Trendline) | Removes the specified value. |