Class CalculationChainCell
java.lang.Object
com.independentsoft.office.spreadsheet.CalculationChainCell
The Class CalculationChainCell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the reference.intGets the sheet id.booleanChecks if is array formula.booleanChecks if is new dependency level.booleanChecks if is on child chain.booleanChecks if is start new thread.voidsetArrayFormula(boolean isArrayFormula)Sets the array formula.voidsetNewDependencyLevel(boolean newDependencyLevel)Sets the new dependency level.voidsetOnChildChain(boolean isOnChildChain)Sets the on child chain.voidsetReference(String reference)Sets the reference.voidsetSheetID(int sheetID)Sets the sheet id.voidsetStartNewThread(boolean startNewThread)Sets the start new thread.toString()
-
Constructor Details
-
CalculationChainCell
public CalculationChainCell()Instantiates a new calculation chain cell.
-
-
Method Details
-
clone
-
toString
-
isArrayFormula
public boolean isArrayFormula()Checks if is array formula.- Returns:
- true, if is array formula
-
setArrayFormula
public void setArrayFormula(boolean isArrayFormula)Sets the array formula.- Parameters:
isArrayFormula- the new array formula
-
getSheetID
public int getSheetID()Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
public void setSheetID(int sheetID)Sets the sheet id.- Parameters:
sheetID- the new sheet id
-
isNewDependencyLevel
public boolean isNewDependencyLevel()Checks if is new dependency level.- Returns:
- true, if is new dependency level
-
setNewDependencyLevel
public void setNewDependencyLevel(boolean newDependencyLevel)Sets the new dependency level.- Parameters:
newDependencyLevel- the new new dependency level
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
isOnChildChain
public boolean isOnChildChain()Checks if is on child chain.- Returns:
- true, if is on child chain
-
setOnChildChain
public void setOnChildChain(boolean isOnChildChain)Sets the on child chain.- Parameters:
isOnChildChain- the new on child chain
-
isStartNewThread
public boolean isStartNewThread()Checks if is start new thread.- Returns:
- true, if is start new thread
-
setStartNewThread
public void setStartNewThread(boolean startNewThread)Sets the start new thread.- Parameters:
startNewThread- the new start new thread
-