public interface CellAddress
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
col(Integer col)
Col cell address.
|
CellAddress |
col(String col)
Col cell address.
|
static CellAddress |
empty()
Empty cell address.
|
Integer |
getCol()
Gets col.
|
Integer |
getRow()
Gets row.
|
String |
getSheet()
Gets sheet.
|
static CellAddress |
newInstance(int col,
int row)
New instance cell address.
|
static CellAddress |
of(String address)
Of cell address.
|
CellAddress |
row(Integer row)
Row cell address.
|
void |
setCol(Integer col)
Sets col.
|
void |
setRow(Integer row)
Sets row.
|
void |
setSheet(String sheet)
Sets sheet.
|
CellAddress |
sheet(String sheet)
Sheet cell address.
|
static CellAddress newInstance(int col, int row)
col - the colrow - the rowstatic CellAddress empty()
static CellAddress of(String address)
address - the addressCellAddress col(Integer col)
col - the colCellAddress col(String col)
col - the colCellAddress row(Integer row)
row - the rowCellAddress sheet(String sheet)
sheet - the sheetInteger getCol()
Integer getRow()
String getSheet()
void setCol(Integer col)
col - the colvoid setRow(Integer row)
row - the rowvoid setSheet(String sheet)
sheet - the sheetCopyright © 2018. All rights reserved.