public class CellMergeInfo
extends java.lang.Object
构造器和说明 |
---|
CellMergeInfo() |
限定符和类型 | 方法和说明 |
---|---|
int |
getEndCol()
取得结束列
|
int |
getEndRow()
获取结束行
|
int |
getStartCol()
获取起始列
|
int |
getStartRow()
取得合并信息的起始行
|
void |
setEndCol(int endCol)
设置结束列
|
void |
setEndRow(int endRow)
设置结束行
|
void |
setStartCol(int startCol)
设置起始列
|
void |
setStartRow(int startRow)
设置起始行
|
public int getStartRow()
public void setStartRow(int startRow)
startRow
- 起始行public int getStartCol()
public void setStartCol(int startCol)
startCol
- 起始列public int getEndRow()
public void setEndRow(int endRow)
endRow
- 结束行public int getEndCol()
public void setEndCol(int endCol)
endCol
- 结束列