类 CellRange
java.lang.Object
com.sh.wf.excel.metadata.CellRange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintintintvoidsetFirstCol(int firstCol) voidsetFirstRow(int firstRow) voidsetLastCol(int lastCol) voidsetLastRow(int lastRow)
-
构造器详细资料
-
CellRange
public CellRange(int firstRow, int lastRow, int firstCol, int lastCol)
-
-
方法详细资料
-
getFirstRow
public int getFirstRow() -
setFirstRow
public void setFirstRow(int firstRow) -
getLastRow
public int getLastRow() -
setLastRow
public void setLastRow(int lastRow) -
getFirstCol
public int getFirstCol() -
setFirstCol
public void setFirstCol(int firstCol) -
getLastCol
public int getLastCol() -
setLastCol
public void setLastCol(int lastCol)
-