com.moyosoft.connector.ms.excel
Class Trendlines

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.Trendlines
All Implemented Interfaces:
java.util.Collection

public class Trendlines
extends ExcelCollection


Constructor Summary
Trendlines(Dispatch dispatch)
           
 
Method Summary
 Trendline add()
           
 Trendline add(TrendlineType type)
           
 Trendline add(TrendlineType type, int order)
           
 Trendline add(TrendlineType type, int order, int period)
           
 Trendline add(TrendlineType type, int order, int period, int forward)
           
 Trendline add(TrendlineType type, int order, int period, int forward, int backward)
           
 Trendline add(TrendlineType type, int order, int period, int forward, int backward, int intercept)
           
 Trendline add(TrendlineType type, int order, int period, int forward, int backward, int intercept, boolean displayEquation)
           
 Trendline add(TrendlineType type, int order, int period, int forward, int backward, int intercept, boolean displayEquation, boolean displayRSquared)
           
 Trendline add(TrendlineType type, int order, int period, int forward, int backward, int intercept, boolean displayEquation, boolean displayRSquared, java.lang.String name)
           
 int getCount()
           
 Trendline getItem(int index)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
getDispatch, iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

Trendlines

public Trendlines(Dispatch dispatch)
Method Detail

add

public Trendline add()

add

public Trendline add(TrendlineType type)

add

public Trendline add(TrendlineType type,
                     int order)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward,
                     int backward)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward,
                     int backward,
                     int intercept)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward,
                     int backward,
                     int intercept,
                     boolean displayEquation)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward,
                     int backward,
                     int intercept,
                     boolean displayEquation,
                     boolean displayRSquared)

add

public Trendline add(TrendlineType type,
                     int order,
                     int period,
                     int forward,
                     int backward,
                     int intercept,
                     boolean displayEquation,
                     boolean displayRSquared,
                     java.lang.String name)

getCount

public int getCount()

getItem

public Trendline getItem(int index)