public class ActiveRangeHelper extends Object implements Serializable
Constructor and Description |
---|
ActiveRangeHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(SSheet sheet,
int row,
int col) |
boolean |
contains(SSheet sheet,
int tRow,
int lCol,
int bRow,
int rCol) |
boolean |
containsSheet(SSheet sheet) |
AreaRef |
getArea(SSheet sheet) |
AreaRef |
removeActiveRange(SSheet sheet) |
void |
setActiveRange(SSheet sheet,
int tRow,
int lCol,
int bRow,
int rCol) |
Iterator<SSheet> |
sheetIterator() |
public void setActiveRange(SSheet sheet, int tRow, int lCol, int bRow, int rCol)
public boolean containsSheet(SSheet sheet)
public boolean contains(SSheet sheet, int row, int col)
public boolean contains(SSheet sheet, int tRow, int lCol, int bRow, int rCol)
Copyright © 2020. All rights reserved.