Package io.vertx.tp.plugin.excel.ranger
Class ColBound
java.lang.Object
io.vertx.tp.plugin.excel.ranger.ColBound
- All Implemented Interfaces:
ExBound
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ColBound
public ColBound(org.apache.poi.ss.usermodel.Row row) -
ColBound
public ColBound(int start, int end)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getStart
public int getStart() -
setStart
public void setStart(int start) -
getEnd
public int getEnd() -
setEnd
public void setEnd(int end)
-