public class CellRangeAddr
extends java.lang.Object
| Constructor and Description |
|---|
CellRangeAddr(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstCol() |
int |
getFirstRow() |
int |
getLastCol() |
int |
getLastRow() |
CellRangeAddr |
mapToOneBased() |
CellRangeAddr |
mapToZeroBased() |
java.lang.String |
toString() |
public CellRangeAddr(int firstRow,
int lastRow,
int firstCol,
int lastCol)
public int getFirstRow()
public int getLastRow()
public int getFirstCol()
public int getLastCol()
public CellRangeAddr mapToZeroBased()
public CellRangeAddr mapToOneBased()
public java.lang.String toString()
toString in class java.lang.Object