Package com.independentsoft.calc.engine
Class SheetModel
java.lang.Object
com.independentsoft.calc.engine.SheetModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateSlot(int row, int col)getSlot(int row, int col)static longkey(int row, int col)
-
Field Details
-
book
-
worksheet
-
name
-
index
public int index -
cells
-
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
-
getOrCreateSlot
-