public class CellRef extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
TABLE_CELL_SEP |
| Constructor and Description |
|---|
CellRef(TableRef tableRef,
com.github.jferard.fastods.ref.LocalCellRef localCellRef)
Create a position
|
| Modifier and Type | Method and Description |
|---|---|
static CellRef |
create(int r,
int c,
int status) |
boolean |
equals(Object o) |
int |
getColumn() |
int |
getRow() |
int |
hashCode() |
String |
toString()
Returns the address of a cell, in Excel/OO/LO format.
|
void |
write(Appendable appendable) |
public static final char TABLE_CELL_SEP
public CellRef(TableRef tableRef, com.github.jferard.fastods.ref.LocalCellRef localCellRef)
tableRef - the ref of the tablelocalCellRef - the ref of the cellpublic static CellRef create(int r, int c, int status)
r - row indexc - column indexstatus - status (abs)public int getColumn()
public int getRow()
public String toString()
Remainder: '
public void write(Appendable appendable) throws IOException
appendable - the appendable where to writeIOException - neverCopyright © 2016–2021. All rights reserved.