Class MergeCellsRecord.MergedRegion

  • Enclosing class:
    MergeCellsRecord

    public class MergeCellsRecord.MergedRegion
    extends Object
    this is a low level representation of a MergedRegion of cells. It is an inner class because we do not want it used without reference to this class.
    • Field Detail

      • row_from

        public int row_from
        upper lefthand corner row
      • row_to

        public int row_to
        lower right hand corner row
      • col_from

        public short col_from
        upper right hand corner col
      • col_to

        public short col_to
        lower right hand corner col
    • Constructor Detail

      • MergedRegion

        public MergedRegion​(int row_from,
                            int row_to,
                            short col_from,
                            short col_to)
        create a merged region all in one stroke.