Class 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 Detail

      • MAX_COL

        public static int MAX_COL
        The maximum column size.
      • MAX_ROW

        public static int MAX_ROW
        The maximum row size.
    • Method Detail

      • isCell

        public boolean isCell()
      • getTop

        public int getTop()
      • getLeft

        public int getLeft()
      • getRight

        public int getRight()
      • getBottom

        public int getBottom()
      • getCount

        public int getCount()
      • getRowCount

        public int getRowCount()
      • getColumnCount

        public int getColumnCount()