Class CellSlot

java.lang.Object
com.independentsoft.calc.engine.CellSlot

public final class CellSlot extends Object
  • Field Details

    • cell

      public Cell cell
    • odfCell

      public Cell odfCell
    • odfSharedCompressed

      public boolean odfSharedCompressed
    • sheet

      public SheetModel sheet
    • row

      public int row
    • col

      public int col
    • hasFormula

      public boolean hasFormula
    • formulaText

      public String formulaText
    • ast

      public AstNode ast
    • sharedMaster

      public CellSlot sharedMaster
    • arrayMaster

      public CellSlot arrayMaster
    • arrayArea

      public Area arrayArea
    • state

      public SlotState state
    • onStack

      public boolean onStack
    • queued

      public boolean queued
    • value

      public CalcValue value
    • cachedValue

      public CalcValue cachedValue
    • isVolatile

      public boolean isVolatile
    • volatileTransitive

      public boolean volatileTransitive
    • hasSubtotal

      public boolean hasSubtotal
    • circular

      public boolean circular
    • failed

      public boolean failed
    • failKind

      public CalcDiagnosticKind failKind
    • failDetail

      public String failDetail
    • failReported

      public boolean failReported
  • Constructor Details

    • CellSlot

      public CellSlot()
  • Method Details