Uses of Enum
org.xlsx4j.sml.STCellFormulaType
Packages that use STCellFormulaType
-
Uses of STCellFormulaType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCellFormulaTypeMethods in org.xlsx4j.sml that return STCellFormulaTypeModifier and TypeMethodDescriptionstatic STCellFormulaTypeCTCellFormula.getT()Gets the value of the t property.static STCellFormulaTypeReturns the enum constant of this type with the specified name.static STCellFormulaType[]STCellFormulaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STCellFormulaTypeModifier and TypeMethodDescriptionvoidCTCellFormula.setT(STCellFormulaType value) Sets the value of the t property.