public class AreaRef extends Object
| Constructor and Description |
|---|
AreaRef(CellRef firstCellRef,
CellRef lastCellRef) |
AreaRef(CellRef cellRef,
Size size) |
AreaRef(String areaRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(AreaRef areaRef) |
boolean |
contains(CellRef cellRef) |
boolean |
contains(int row,
int col) |
boolean |
equals(Object o) |
CellRef |
getFirstCellRef() |
CellRef |
getLastCellRef() |
String |
getSheetName() |
Size |
getSize() |
int |
hashCode() |
String |
toString() |
public AreaRef(String areaRef)
public String getSheetName()
public CellRef getFirstCellRef()
public CellRef getLastCellRef()
public Size getSize()
public boolean contains(CellRef cellRef)
public boolean contains(int row,
int col)
public boolean contains(AreaRef areaRef)
Copyright © 2018. All rights reserved.