JComponentPack 1.3.0

com.zfqjava.formula
Class CellReference

java.lang.Object
  extended by com.zfqjava.formula.CellReference

public class CellReference
extends Object


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

CellReference

public CellReference(String s)
              throws ParseException
Throws:
ParseException
Method Detail

getBookName

public String getBookName()

getFirstSheetName

public String getFirstSheetName()

getLastSheetName

public String getLastSheetName()

getFirstSheetIndex

public int getFirstSheetIndex()

getLastSheetIndex

public int getLastSheetIndex()

getCell

public Cell getCell()

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(FormulaContext context)

setFormulaContext

public void setFormulaContext(FormulaContext context)

getValue

public Object getValue()

getValueAt

public Object getValueAt(int sheetIndex,
                         int row,
                         int column)

getFirstRow

public int getFirstRow()
Returns the first row index.

Since:
JDataGrid 2.0

getFirstColumn

public int getFirstColumn()
Returns the first column index.

Since:
JDataGrid 2.0

getLastRow

public int getLastRow()
Returns the last row index.

Since:
JDataGrid 2.0

getLastColumn

public int getLastColumn()
Returns the last column index.

Since:
JDataGrid 2.0

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.