public interface EvaluationSheet
Modifier and Type | Method and Description |
---|---|
EvaluationCell |
getCell(int rowIndex,
int columnIndex) |
boolean |
isFiltered() |
boolean |
isHidden(int rowIndex,
int columnIndex)
Returns whether the cell specified is hidden.
|
boolean |
isRowHidden(int rowIndex) |
Iterator<EvaluationCell> |
nonEmptyCellsIterator(int columnIndex) |
Iterator<EvaluationCell> |
nonEmptyCellsIterator(int rowStart,
int rowEnd,
int columnStart,
int columnEnd) |
EvaluationCell getCell(int rowIndex, int columnIndex)
null
if there is no cell at the specified coordinatesIterator<EvaluationCell> nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
Iterator<EvaluationCell> nonEmptyCellsIterator(int columnIndex)
boolean isHidden(int rowIndex, int columnIndex)
rowIndex
- columnIndex
- boolean isRowHidden(int rowIndex)
boolean isFiltered()
Copyright © 2020. All rights reserved.