public interface CellRegion
| Modifier and Type | Method and Description |
|---|---|
static CellRegion |
empty()
Empty cell region.
|
CellRegion |
end(CellAddress end)
End cell region.
|
CellAddress |
getEnd()
Gets end.
|
CellAddress |
getStart()
Gets start.
|
static CellRegion |
newInstance(Integer startCol,
Integer startRow,
Integer endCol,
Integer endRow)
New instance cell region.
|
static CellRegion |
of(String range)
Of cell region.
|
void |
setEnd(CellAddress end)
Sets end.
|
void |
setStart(CellAddress start)
Sets start.
|
CellRegion |
start(CellAddress start)
Start cell region.
|
static CellRegion empty()
static CellRegion newInstance(Integer startCol, Integer startRow, Integer endCol, Integer endRow)
startCol - the start colstartRow - the start rowendCol - the end colendRow - the end rowstatic CellRegion of(String range)
range - the rangeCellRegion start(CellAddress start)
start - the startCellRegion end(CellAddress end)
end - the endCellAddress getStart()
CellAddress getEnd()
void setStart(CellAddress start)
start - the startvoid setEnd(CellAddress end)
end - the endCopyright © 2018. All rights reserved.