Package loci.poi.hssf.record
Class MergeCellsRecord.MergedRegion
- java.lang.Object
-
- loci.poi.hssf.record.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.
-
-
Constructor Summary
Constructors Constructor Description MergedRegion(int row_from, int row_to, short col_from, short col_to)
create a merged region all in one stroke.
-