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
  • Field Details

    • MAX_COL

      public static int MAX_COL
      The maximum column size.
    • MAX_ROW

      public static int MAX_ROW
      The 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

      public String toString()
      Overrides:
      toString in class Object
    • getCount

      public int getCount()
    • getRowCount

      public int getRowCount()
    • getColumnCount

      public int getColumnCount()