Class SheetModel

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

public final class SheetModel extends Object
  • Field Details

    • book

      public WorkbookModel book
    • worksheet

      public Worksheet worksheet
    • name

      public String name
    • index

      public int index
    • cells

      public CellMap cells
    • hiddenRows

      public HashSet<Integer> hiddenRows
    • maxRow

      public int maxRow
    • maxCol

      public int maxCol
  • Constructor Details

    • SheetModel

      public SheetModel()
  • Method Details

    • key

      public static long key(int row, int col)
    • getSlot

      public CellSlot getSlot(int row, int col)
    • getOrCreateSlot

      public CellSlot getOrCreateSlot(int row, int col)