com.moyosoft.connector.ms.excel
Class ListObjects

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

public class ListObjects
extends ExcelCollection


Constructor Summary
ListObjects(Dispatch dispatch)
           
 
Method Summary
 ListObject add()
           
 ListObject add(ListObjectSourceType sourceType)
           
 ListObject add(ListObjectSourceType sourceType, Range source)
           
 ListObject add(ListObjectSourceType sourceType, Range source, boolean linkSource)
           
 ListObject add(ListObjectSourceType sourceType, Range source, boolean linkSource, YesNoGuess xlListObjectHasHeaders)
           
 ListObject add(ListObjectSourceType sourceType, Range source, boolean linkSource, YesNoGuess xlListObjectHasHeaders, Range destination)
           
 int getCount()
           
 ListObject 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

ListObjects

public ListObjects(Dispatch dispatch)
Method Detail

add

public ListObject add()

add

public ListObject add(ListObjectSourceType sourceType)

add

public ListObject add(ListObjectSourceType sourceType,
                      Range source)

add

public ListObject add(ListObjectSourceType sourceType,
                      Range source,
                      boolean linkSource)

add

public ListObject add(ListObjectSourceType sourceType,
                      Range source,
                      boolean linkSource,
                      YesNoGuess xlListObjectHasHeaders)

add

public ListObject add(ListObjectSourceType sourceType,
                      Range source,
                      boolean linkSource,
                      YesNoGuess xlListObjectHasHeaders,
                      Range destination)

getItem

public ListObject getItem(int index)

getCount

public int getCount()