com.moyosoft.connector.ms.excel
Class Adjustments

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.Adjustments

public class Adjustments
extends java.lang.Object


Constructor Summary
Adjustments(Dispatch dispatch)
           
 
Method Summary
 int getCount()
           
 int getCreator()
           
 Dispatch getDispatch()
           
 float getItem(int index)
           
 void setItem(int index, float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adjustments

public Adjustments(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

getCount

public int getCount()

getItem

public float getItem(int index)

setItem

public void setItem(int index,
                    float value)