com.alibaba.excel.metadata
类 CellRange
- java.lang.Object
-
- com.alibaba.excel.metadata.CellRange
public class CellRange extends Object
- 作者:
- jipengfei
-
构造器概要
构造器 构造器和说明 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)
-
方法详细资料
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)
Copyright © 2018–2019 Alibaba Group. All rights reserved.