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.ss.util.CellRangeAddress region,
RowCollection rowCollection)
MergedRegion
public MergedRegion(org.apache.poi.ss.util.CellRangeAddress region,
int index)
getIndex
public int getIndex()
getRegion
public org.apache.poi.ss.util.CellRangeAddress getRegion()
setRegion
public void setRegion(org.apache.poi.ss.util.CellRangeAddress region)
getRowCollection
public RowCollection getRowCollection()
setRowCollection
public void setRowCollection(RowCollection rowCollection)
Copyright © 2005-2013 jXLS Team. All Rights Reserved.