public interface TwoDEval extends ValueEval
AreaEval and org.zkoss.poi.hssf.record.formula.eval.AreaEvalBase| Modifier and Type | Method and Description |
|---|---|
TwoDEval |
getColumn(int columnIndex) |
int |
getHeight() |
ValueEval |
getNonEmptyCellValues() |
TwoDEval |
getRow(int rowIndex) |
ValueEval |
getValue(int rowIndex,
int columnIndex) |
int |
getWidth() |
boolean |
isColumn() |
boolean |
isFiltered() |
boolean |
isHidden(int rowIndex,
int columnIndex) |
boolean |
isRow() |
boolean |
isRowHidden(int rowIndex) |
boolean |
isSubTotal(int rowIndex,
int columnIndex) |
ValueEval getValue(int rowIndex, int columnIndex)
rowIndex - relative row index (zero based)columnIndex - relative column index (zero based)ValueEval getNonEmptyCellValues()
int getWidth()
int getHeight()
boolean isRow()
true if the area has just a single row, this also includes
the trivial case when the area has just a single cell.boolean isColumn()
true if the area has just a single column, this also includes
the trivial case when the area has just a single cell.TwoDEval getRow(int rowIndex)
rowIndex - relative row index (zero based)TwoDEvalTwoDEval getColumn(int columnIndex)
columnIndex - relative column index (zero based)TwoDEvalboolean isSubTotal(int rowIndex,
int columnIndex)
boolean isHidden(int rowIndex,
int columnIndex)
boolean isRowHidden(int rowIndex)
rowIndex - Subtotalboolean isFiltered()
SubtotalCopyright © 2020. All rights reserved.