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() |
TwoDEval |
getRow(int rowIndex) |
ValueEval |
getValue(int rowIndex,
int columnIndex) |
int |
getWidth() |
boolean |
isColumn() |
boolean |
isHidden(int rowIndex,
int columnIndex) |
boolean |
isRow() |
boolean |
isSubTotal(int rowIndex,
int columnIndex) |
ValueEval getValue(int rowIndex, int columnIndex)
rowIndex
- relative row index (zero based)columnIndex
- relative column index (zero based)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)TwoDEval
TwoDEval getColumn(int columnIndex)
columnIndex
- relative column index (zero based)TwoDEval
boolean isSubTotal(int rowIndex, int columnIndex)
boolean isHidden(int rowIndex, int columnIndex)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.