public interface RefEval extends ValueEval
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
returns the zero based column index.
|
ValueEval |
getInnerValueEval() |
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 getColumn()
int getRow()
Copyright 2013 The Apache Software Foundation or its licensors, as applicable.