| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.CellValue
                    |
                    +--jxl.write.biff.FormulaRecord
                          |
                          +--jxl.write.Formula
A cell, created by user applications, which contains a numerical value
| Fields inherited from class jxl.write.biff.FormulaRecord | 
formulaBytes, formulaString, formulaToParse, parser | 
| Fields inherited from class jxl.write.biff.CellValue | 
column, format, formattingRecords, referenced, row, sheet | 
| Fields inherited from class jxl.biff.RecordData | 
code, record | 
| Constructor Summary | |
Formula(int c,
        int r,
        java.lang.String form)
Constructs the formula  | 
|
Formula(int c,
        int r,
        java.lang.String form,
        CellFormat st)
Constructs a formula  | 
|
| Methods inherited from class jxl.write.biff.FormulaRecord | 
getContents, getData, getFormulaData, getType, initialize | 
| Methods inherited from class jxl.write.biff.CellValue | 
decrementColumn, decrementRow, getCellFormat, getColumn, getRow, getXFIndex, incrementColumn, incrementRow, isHidden, isReferenced, setCellDetails, setCellFormat | 
| Methods inherited from class jxl.biff.WritableRecordData | 
getBytes | 
| Methods inherited from class jxl.biff.RecordData | 
getCode, getRecord | 
| Methods inherited from class java.lang.Object | 
 | 
| Methods inherited from interface jxl.write.WritableCell | 
setCellFormat | 
| Methods inherited from interface jxl.Cell | 
getCellFormat, getColumn, getContents, getRow, getType, isHidden | 
| Constructor Detail | 
public Formula(int c,
               int r,
               java.lang.String form)
c -  r -  val -  
public Formula(int c,
               int r,
               java.lang.String form,
               CellFormat st)
c -  r -  form -  st -  
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||