net.sf.jxls.transformer
Class MergedRegion
java.lang.Object
net.sf.jxls.transformer.MergedRegion
public class MergedRegion
- extends java.lang.Object
Represents merged region
- Author:
- Leonid Vysochyn
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergedRegion
public MergedRegion(org.apache.poi.hssf.util.Region region,
RowCollection rowCollection)
MergedRegion
public MergedRegion(org.apache.poi.hssf.util.Region region,
int index)
getIndex
public int getIndex()
getRegion
public org.apache.poi.hssf.util.Region getRegion()
setRegion
public void setRegion(org.apache.poi.hssf.util.Region region)
getRowCollection
public RowCollection getRowCollection()
setRowCollection
public void setRowCollection(RowCollection rowCollection)
Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.