com.moyosoft.connector.ms.excel
Class ErrorCheckingOptions

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

public class ErrorCheckingOptions
extends java.lang.Object


Constructor Summary
ErrorCheckingOptions(Dispatch dispatch)
           
 
Method Summary
 int getIndicatorColorIndex()
           
 boolean isBackgroundChecking()
           
 boolean isEmptyCellReferences()
           
 boolean isEvaluateToError()
           
 boolean isInconsistentFormula()
           
 boolean isListDataValidation()
           
 boolean isNumberAsText()
           
 boolean isOmittedCells()
           
 boolean isTextDate()
           
 boolean isUnlockedFormulaCells()
           
 void setBackgroundChecking(boolean value)
           
 void setEmptyCellReferences(boolean value)
           
 void setEvaluateToError(boolean value)
           
 void setInconsistentFormula(boolean value)
           
 void setIndicatorColorIndex(int value)
           
 void setListDataValidation(boolean value)
           
 void setNumberAsText(boolean value)
           
 void setOmittedCells(boolean value)
           
 void setTextDate(boolean value)
           
 void setUnlockedFormulaCells(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCheckingOptions

public ErrorCheckingOptions(Dispatch dispatch)
Method Detail

isBackgroundChecking

public boolean isBackgroundChecking()

setBackgroundChecking

public void setBackgroundChecking(boolean value)

getIndicatorColorIndex

public int getIndicatorColorIndex()

setIndicatorColorIndex

public void setIndicatorColorIndex(int value)

isEvaluateToError

public boolean isEvaluateToError()

setEvaluateToError

public void setEvaluateToError(boolean value)

isTextDate

public boolean isTextDate()

setTextDate

public void setTextDate(boolean value)

isNumberAsText

public boolean isNumberAsText()

setNumberAsText

public void setNumberAsText(boolean value)

isInconsistentFormula

public boolean isInconsistentFormula()

setInconsistentFormula

public void setInconsistentFormula(boolean value)

isOmittedCells

public boolean isOmittedCells()

setOmittedCells

public void setOmittedCells(boolean value)

isUnlockedFormulaCells

public boolean isUnlockedFormulaCells()

setUnlockedFormulaCells

public void setUnlockedFormulaCells(boolean value)

isEmptyCellReferences

public boolean isEmptyCellReferences()

setEmptyCellReferences

public void setEmptyCellReferences(boolean value)

isListDataValidation

public boolean isListDataValidation()

setListDataValidation

public void setListDataValidation(boolean value)