public static class ExcelReaderCallBack.CellContent extends Object
| 构造器和说明 |
|---|
CellContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCellProxy() |
int |
getColumn() |
int |
getRow() |
int |
getSheet() |
Object |
getValue() |
boolean |
isFirst() |
boolean |
isLast() |
void |
setCellProxy(Object cellProxy) |
void |
setColumn(int column) |
void |
setFirst(boolean first) |
void |
setLast(boolean last) |
void |
setRow(int row) |
void |
setSheet(int sheet) |
void |
setValue(Object value) |
String |
toString() |
public Object getCellProxy()
public void setCellProxy(Object cellProxy)
public int getRow()
public void setRow(int row)
public int getColumn()
public void setColumn(int column)
public Object getValue()
public void setValue(Object value)
public int getSheet()
public void setSheet(int sheet)
public boolean isFirst()
public void setFirst(boolean first)
public boolean isLast()
public void setLast(boolean last)
Copyright © 2018. All rights reserved.