Package jxl
Interface BooleanFormulaCell
-
- All Superinterfaces:
BooleanCell
,Cell
,FormulaCell
public interface BooleanFormulaCell extends BooleanCell, FormulaCell
A mixin interface for numerical formulas, which combines the interfaces for formulas and for numbers
-
-
Method Summary
-
Methods inherited from interface jxl.BooleanCell
getValue
-
Methods inherited from interface jxl.Cell
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
-
Methods inherited from interface jxl.FormulaCell
getFormula
-
-