com.moyosoft.connector.ms.excel
Class Interior
java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.Interior
- public class Interior- extends java.lang.Object
| Constructor Summary | 
| Interior(Dispatch dispatch)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Interior
public Interior(Dispatch dispatch)
getDispatch
public Dispatch getDispatch()
- 
 
setColor
public void setColor(int value)
- Deprecated. Use setColor(Color)instead.
 
- 
 
getColor
public java.awt.Color getColor()
- 
 
setColor
public void setColor(java.awt.Color color)
- 
 
getColorIndex
public int getColorIndex()
- 
 
setColorIndex
public void setColorIndex(int value)
- 
 
getInvertIfNegative
public boolean getInvertIfNegative()
- 
 
setInvertIfNegative
public void setInvertIfNegative(boolean value)
-