public abstract class RefEvalBase extends java.lang.Object implements RefEval
RefEval| Modifier | Constructor and Description |
|---|---|
protected |
RefEvalBase(int rowIndex,
int columnIndex,
boolean rowRel,
boolean colRel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
returns the zero based column index.
|
int |
getRow()
returns the zero based row index.
|
boolean |
isColRelative() |
boolean |
isRowRelative() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInnerValueEval, isHidden, offsetprotected RefEvalBase(int rowIndex,
int columnIndex,
boolean rowRel,
boolean colRel)
public final int getRow()
RefEvalpublic final int getColumn()
RefEvalpublic final boolean isRowRelative()
public final boolean isColRelative()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.