Class RVExcelRange


  • public class RVExcelRange
    extends Object
    Class defining the range that should be used when loading data from an Excel sheet.
    • Constructor Detail

      • RVExcelRange

        public RVExcelRange​(int locX,
                            int locY,
                            int lenX,
                            int lenY)
    • Method Detail

      • getLocationX

        public int getLocationX()
      • getLocationY

        public int getLocationY()
      • getLengthX

        public int getLengthX()
      • getLengthY

        public int getLengthY()