public final class CellRangeAddress extends Object
| Constructor and Description |
|---|
CellRangeAddress(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsColumn(int column) |
boolean |
containsRow(int row) |
boolean |
equals(Object obj) |
int |
getFirstColumn() |
int |
getFirstRow() |
int |
getLastColumn() |
int |
getLastRow() |
int |
hashCode() |
boolean |
isInRange(CellAddress cell) |
boolean |
isInRange(int row,
int column) |
String |
toString() |
static CellRangeAddress |
valueOf(String ref) |
public CellRangeAddress(int firstRow,
int lastRow,
int firstCol,
int lastCol)
public int getFirstColumn()
public int getFirstRow()
public int getLastColumn()
public int getLastRow()
public boolean isInRange(int row,
int column)
public boolean isInRange(CellAddress cell)
public boolean containsRow(int row)
public boolean containsColumn(int column)
public static CellRangeAddress valueOf(String ref)
Copyright © 2021. All rights reserved.