Uses of Class
org.xlsx4j.sml.CTTableFormula
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTTableFormula in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTTableFormula Modifier and Type Field Description protected CTTableFormulaCTTableColumn. calculatedColumnFormulaprotected CTTableFormulaCTTableColumn. totalsRowFormulaMethods in org.xlsx4j.sml that return CTTableFormula Modifier and Type Method Description CTTableFormulaObjectFactory. createCTTableFormula()Create an instance ofCTTableFormulaCTTableFormulaCTTableColumn. getCalculatedColumnFormula()Gets the value of the calculatedColumnFormula property.CTTableFormulaCTTableColumn. getTotalsRowFormula()Gets the value of the totalsRowFormula property.Methods in org.xlsx4j.sml with parameters of type CTTableFormula Modifier and Type Method Description voidCTTableColumn. setCalculatedColumnFormula(CTTableFormula value)Sets the value of the calculatedColumnFormula property.voidCTTableColumn. setTotalsRowFormula(CTTableFormula value)Sets the value of the totalsRowFormula property.