Class ColBound

    • Constructor Detail

      • ColBound

        public ColBound​(org.apache.poi.ss.usermodel.Row row)
      • ColBound

        public ColBound​(int start,
                        int end)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getStart

        public int getStart()
        Specified by:
        getStart in interface ExBound
      • setStart

        public void setStart​(int start)
      • getEnd

        public int getEnd()
        Specified by:
        getEnd in interface ExBound
      • setEnd

        public void setEnd​(int end)