Uses of Class
org.xlsx4j.sml.CTTableFormula
Packages that use CTTableFormula
-
Uses of CTTableFormula in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTTableFormulaModifier and TypeFieldDescriptionprotected CTTableFormulaCTTableColumn.calculatedColumnFormulaprotected CTTableFormulaCTTableColumn.totalsRowFormulaMethods in org.xlsx4j.sml that return CTTableFormulaModifier and TypeMethodDescriptionObjectFactory.createCTTableFormula()Create an instance ofCTTableFormulaCTTableColumn.getCalculatedColumnFormula()Gets the value of the calculatedColumnFormula property.CTTableColumn.getTotalsRowFormula()Gets the value of the totalsRowFormula property.Methods in org.xlsx4j.sml with parameters of type CTTableFormulaModifier and TypeMethodDescriptionvoidCTTableColumn.setCalculatedColumnFormula(CTTableFormula value) Sets the value of the calculatedColumnFormula property.voidCTTableColumn.setTotalsRowFormula(CTTableFormula value) Sets the value of the totalsRowFormula property.