public interface CellVisitor
Range
.Range.visit(CellVisitor)
Modifier and Type | Method and Description |
---|---|
boolean |
createIfNotExist(int row,
int column)
Deprecated.
since 3.5, it use proxy when you edit a null cell , it is more smarter
|
boolean |
ignoreIfNotExist(int row,
int column)
Should ignore to visit a cell on (row,column) if the cell doesn't existed.
|
boolean |
visit(Range cellRange)
Visits the cell
|
boolean ignoreIfNotExist(int row, int column)
row
- the row of the cellcolumn
- the column of the cellboolean createIfNotExist(int row, int column)
ignoreIfNotExist(int, int)
return falserow
- the row of the cellcolumn
- the column of the cellboolean visit(Range cellRange)
cellRange
- the range of a cellCopyright © 2020. All rights reserved.