public interface RefEval extends ValueEval, SheetRange
CellType.NUMERIC
, the contained
value object should be of type NumberEval; if cell type is CellType.STRING
,
contained value object should be of type StringEvalModifier and Type | Method and Description |
---|---|
int |
getColumn()
returns the zero based column index.
|
int |
getFirstSheetIndex()
returns the first sheet index this applies to
|
ValueEval |
getInnerValueEval(int sheetIndex) |
int |
getLastSheetIndex()
returns the last sheet index this applies to, which
will be the same as the first for a 2D and many 3D references
|
int |
getNumberOfSheets()
returns the number of sheets this applies to
|
int |
getRow()
returns the zero based row index.
|
AreaEval |
offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an
AreaEval offset by a relative amount from this RefEval |
ValueEval getInnerValueEval(int sheetIndex)
int getColumn()
int getRow()
int getFirstSheetIndex()
getFirstSheetIndex
in interface SheetRange
int getLastSheetIndex()
getLastSheetIndex
in interface SheetRange
int getNumberOfSheets()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.