public class CellRange extends Object
| 构造器和说明 |
|---|
CellRange(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
int |
getLastRow() |
void |
setFirstCol(int firstCol) |
void |
setFirstRow(int firstRow) |
void |
setLastCol(int lastCol) |
void |
setLastRow(int lastRow) |
String |
toString() |
public int getFirstRow()
public void setFirstRow(int firstRow)
firstRow - the firstRow to setpublic int getLastRow()
public void setLastRow(int lastRow)
lastRow - the lastRow to setpublic int getFirstCol()
public void setFirstCol(int firstCol)
firstCol - the firstCol to setpublic int getLastCol()
public void setLastCol(int lastCol)
lastCol - the lastCol to setCopyright © 2018. All rights reserved.