jxl.read.biff
Class MergedCellsRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MergedCellsRecord

public class MergedCellsRecord
extends RecordData

A merged cells record for a given sheet


Field Summary
private  Range[] ranges
          The ranges of the cells merged on this sheet
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) MergedCellsRecord(Record t, Sheet s)
          Constructs this object from the raw data
 
Method Summary
 Range[] getRanges()
          Gets the ranges which have been merged in this sheet
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ranges

private Range[] ranges
The ranges of the cells merged on this sheet
Constructor Detail

MergedCellsRecord

MergedCellsRecord(Record t,
                  Sheet s)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

getRanges

public Range[] getRanges()
Gets the ranges which have been merged in this sheet
Returns:
the ranges of cells which have been merged