|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.formula.CellReference
public class CellReference
| Constructor Summary | |
|---|---|
CellReference(String s)
|
|
| Method Summary | |
|---|---|
String |
getBookName()
|
Cell |
getCell()
|
int |
getFirstColumn()
Returns the first column index. |
int |
getFirstRow()
Returns the first row index. |
int |
getFirstSheetIndex()
|
String |
getFirstSheetName()
|
int |
getLastColumn()
Returns the last column index. |
int |
getLastRow()
Returns the last row index. |
int |
getLastSheetIndex()
|
String |
getLastSheetName()
|
Object |
getValue()
|
Object |
getValueAt(int sheetIndex,
int row,
int column)
|
void |
setFormulaContext(FormulaContext context)
|
String |
toString()
|
String |
toString(FormulaContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CellReference(String s)
throws ParseException
ParseException| Method Detail |
|---|
public String getBookName()
public String getFirstSheetName()
public String getLastSheetName()
public int getFirstSheetIndex()
public int getLastSheetIndex()
public Cell getCell()
public String toString()
toString in class Objectpublic String toString(FormulaContext context)
public void setFormulaContext(FormulaContext context)
public Object getValue()
public Object getValueAt(int sheetIndex,
int row,
int column)
public int getFirstRow()
public int getFirstColumn()
public int getLastRow()
public int getLastColumn()
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||