java.lang.Object
org.csveed.row.CellPositionInRow
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CellPositionInRow
public CellPositionInRow()
-
-
Method Details
-
getStart
public int getStart()Gets the start.- Returns:
- the start
-
setStart
public void setStart(int start) Sets the start.- Parameters:
start
- the new start
-
getEnd
public int getEnd()Gets the end.- Returns:
- the end
-
setEnd
public void setEnd(int end) Sets the end.- Parameters:
end
- the new end
-