public class MergeCell extends Object
| 构造器和说明 |
|---|
MergeCell() |
MergeCell(int firstRow,
int firstCol,
int lastRow,
int lastCol)
构造此合并单元格对象可以进行合并
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
int |
getLastRow() |
MergeCell |
setFirstCol(int firstCol) |
MergeCell |
setFirstRow(int firstRow) |
MergeCell |
setLastCol(int lastCol) |
MergeCell |
setLastRow(int lastRow) |
public MergeCell()
public MergeCell(int firstRow,
int firstCol,
int lastRow,
int lastCol)
firstRow - firstCol - lastRow - lastCol - public int getFirstRow()
public MergeCell setFirstRow(int firstRow)
public int getFirstCol()
public MergeCell setFirstCol(int firstCol)
public int getLastRow()
public MergeCell setLastRow(int lastRow)
public int getLastCol()
public MergeCell setLastCol(int lastCol)
Copyright © 2022. All rights reserved.