jxl.read.biff
Class MergedCellsRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.MergedCellsRecord

public class MergedCellsRecord
extends RecordData

A merged cells record for a given sheet


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, toString, wait, wait, wait
 

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