Trees | Index | Help |
|
---|
Package subjectdata :: Module SSheetCell :: Class SSheetCell |
|
Method Summary | |
---|---|
__init__(self,
cellCoord)
| |
Accessors | |
Set the value of this cell. | |
Set the formula and parse it into an AST. | |
Set the AST of this cell. | |
Returns the current evaluated value of this cell. | |
list of CellCoord
|
Return a list of CellCoord of the cells that influence this cell for evaluation. |
string |
Returns the formula |
CellCoord
|
Returns the coordinates of this cell |
ASTNode
|
Return the AST associated with this cell |
Method Details |
---|
setAST(self, ast)Set the AST of this cell. Will be used when cells are copied into other cells to avoid reparsing the same formula string.
|
setFormula(self, formula)Set the formula and parse it into an AST.
|
setValue(self, value)Set the value of this cell.
|
getAST(self)Return the AST associated with this cell
|
getCoords(self)Returns the coordinates of this cell
|
getFormula(self)Returns the formula
|
getInfluencers(self)Return a list of CellCoord of the cells that influence this cell for evaluation. (i.e., cells that are referred by this cell)
|
getValue(self)Returns the current evaluated value of this cell. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 18:20:07 2004 | http://epydoc.sf.net |