public class MergeCellHelper
extends java.lang.Object
构造器和说明 |
---|
MergeCellHelper(CellHelper cell,
int firstRow,
int lastRow,
int firstCol,
int lastCol) |
限定符和类型 | 方法和说明 |
---|---|
CellElement |
getCell() |
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
boolean |
inRange(int row) |
public MergeCellHelper(CellHelper cell, int firstRow, int lastRow, int firstCol, int lastCol)
public boolean inRange(int row)
public int getFirstRow()
public int getFirstCol()
public int getLastCol()
public CellElement getCell()