com.moyosoft.connector.ms.excel
Class SeriesCollection

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

public class SeriesCollection
extends ExcelCollection


Constructor Summary
SeriesCollection(Dispatch dispatch)
           
 
Method Summary
 Series add(Range source)
           
 Series add(Range source, RowCol rowcol)
           
 Series add(Range source, RowCol rowcol, boolean seriesLabels)
           
 Series add(Range source, RowCol rowcol, boolean seriesLabels, boolean categoryLabels)
           
 Series add(Range source, RowCol rowcol, boolean seriesLabels, boolean categoryLabels, boolean replace)
           
 void extend(Range source)
           
 void extend(Range source, RowCol rowcol)
           
 void extend(Range source, RowCol rowcol, boolean categoryLabels)
           
 int getCount()
           
 Series getItem(int index)
           
 Series newSeries()
           
 void paste()
           
 void paste(RowCol rowcol)
           
 void paste(RowCol rowcol, boolean seriesLabels)
           
 void paste(RowCol rowcol, boolean seriesLabels, boolean categoryLabels)
           
 void paste(RowCol rowcol, boolean seriesLabels, boolean categoryLabels, boolean replace)
           
 void paste(RowCol rowcol, boolean seriesLabels, boolean categoryLabels, boolean replace, boolean newSeries)
           
 
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

SeriesCollection

public SeriesCollection(Dispatch dispatch)
Method Detail

add

public Series add(Range source)

add

public Series add(Range source,
                  RowCol rowcol)

add

public Series add(Range source,
                  RowCol rowcol,
                  boolean seriesLabels)

add

public Series add(Range source,
                  RowCol rowcol,
                  boolean seriesLabels,
                  boolean categoryLabels)

add

public Series add(Range source,
                  RowCol rowcol,
                  boolean seriesLabels,
                  boolean categoryLabels,
                  boolean replace)

getCount

public int getCount()

extend

public void extend(Range source)

extend

public void extend(Range source,
                   RowCol rowcol)

extend

public void extend(Range source,
                   RowCol rowcol,
                   boolean categoryLabels)

getItem

public Series getItem(int index)

paste

public void paste()

paste

public void paste(RowCol rowcol)

paste

public void paste(RowCol rowcol,
                  boolean seriesLabels)

paste

public void paste(RowCol rowcol,
                  boolean seriesLabels,
                  boolean categoryLabels)

paste

public void paste(RowCol rowcol,
                  boolean seriesLabels,
                  boolean categoryLabels,
                  boolean replace)

paste

public void paste(RowCol rowcol,
                  boolean seriesLabels,
                  boolean categoryLabels,
                  boolean replace,
                  boolean newSeries)

newSeries

public Series newSeries()