Package io.keikai.util
Class Ref
java.lang.Object
io.keikai.util.Ref
Ref is a reference for cell or range with 4 value :
top(top row), left(left column), bottom(last row) and right(last column).
- Author:
- jumperchen
-
Field Details
-
MAX_COL
public static int MAX_COLThe maximum column size. -
MAX_ROW
public static int MAX_ROWThe maximum row size.
-
-
Method Details
-
isCell
public boolean isCell() -
getTop
public int getTop() -
getLeft
public int getLeft() -
getRight
public int getRight() -
getBottom
public int getBottom() -
toString
-
getCount
public int getCount() -
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount()
-