public class Formula extends jxl.write.biff.FormulaRecord implements WritableCell
构造器和说明 |
---|
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
|
限定符和类型 | 方法和说明 |
---|---|
WritableCell |
copyTo(int col,
int row)
Implementation of the deep copy function
|
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat
getWritableCellFeatures, setCellFeatures, setCellFormat
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
public Formula(int c, int r, java.lang.String form)
c
- the columnr
- the rowform
- the formulapublic Formula(int c, int r, java.lang.String form, CellFormat st)
c
- the columnr
- the rowform
- the formulast
- the cell stylepublic WritableCell copyTo(int col, int row)
copyTo
在接口中 WritableCell
copyTo
在类中 jxl.write.biff.FormulaRecord
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy