public class RangeRef extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
RANGE_SEP |
| Constructor and Description |
|---|
RangeRef(TableRef tableRef,
com.github.jferard.fastods.ref.LocalCellRef fromCellRef,
com.github.jferard.fastods.ref.LocalCellRef toCellRef)
Create a position
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getFromColumn() |
int |
getFromRow() |
int |
getToColumn() |
int |
getToRow() |
int |
hashCode() |
String |
toString()
Returns the address of a range
Remainder: [[filename#][$]table-name.]col row:col row
|
void |
write(Appendable appendable) |
public static final char RANGE_SEP
public RangeRef(TableRef tableRef, com.github.jferard.fastods.ref.LocalCellRef fromCellRef, com.github.jferard.fastods.ref.LocalCellRef toCellRef)
tableRef - the ref of the tablefromCellRef - the totoCellRef - the frompublic String toString()
public void write(Appendable appendable) throws IOException
appendable - the appendable where to writeIOException - neverpublic int getFromColumn()
public int getFromRow()
public int getToColumn()
public int getToRow()
Copyright © 2016–2021. All rights reserved.