Package io.keikai.util
Class Ref
- java.lang.Object
-
- io.keikai.util.Ref
-
public class Ref extends Object
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBottom()
int
getColumnCount()
int
getCount()
int
getLeft()
int
getRight()
int
getRowCount()
int
getTop()
boolean
isCell()
String
toString()
-