|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.eval.Area3DEval
public final class Area3DEval
Constructor Summary | |
---|---|
Area3DEval(Ptg ptg,
ValueEval[] values)
|
Method Summary | |
---|---|
boolean |
contains(int row,
int col)
returns true if the cell at row and col specified as absolute indexes in the sheet is contained in this area. |
boolean |
containsColumn(short col)
returns true if the specified col is in range |
boolean |
containsRow(int row)
returns true if the specified row is in range |
int |
getExternSheetIndex()
|
int |
getFirstColumn()
returns the 0-based index of the first col in this area. |
int |
getFirstRow()
returns the 0-based index of the first row in this area. |
int |
getLastColumn()
returns the 0-based index of the last col in this area. |
int |
getLastRow()
returns the 0-based index of the last row in this area. |
ValueEval |
getValueAt(int row,
int col)
returns the ValueEval from the values array at the specified row and col index. |
ValueEval[] |
getValues()
The array of values in this area. |
boolean |
isColumn()
returns true if the Area's start and end col indexes are same. |
boolean |
isRow()
returns true if the Area's start and end row indexes are same. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Area3DEval(Ptg ptg, ValueEval[] values)
Method Detail |
---|
public int getExternSheetIndex()
public final int getFirstColumn()
AreaEval
getFirstColumn
in interface AreaEval
public final int getFirstRow()
AreaEval
getFirstRow
in interface AreaEval
public final int getLastColumn()
AreaEval
getLastColumn
in interface AreaEval
public final int getLastRow()
AreaEval
getLastRow
in interface AreaEval
public final ValueEval[] getValues()
AreaEval
getValues
in interface AreaEval
public final ValueEval getValueAt(int row, int col)
AreaEval
getValueAt
in interface AreaEval
public final boolean contains(int row, int col)
AreaEval
contains
in interface AreaEval
public final boolean containsRow(int row)
AreaEval
containsRow
in interface AreaEval
public final boolean containsColumn(short col)
AreaEval
containsColumn
in interface AreaEval
public final boolean isColumn()
AreaEval
isColumn
in interface AreaEval
public final boolean isRow()
AreaEval
isRow
in interface AreaEval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |