Uses of Enum Class
org.xlsx4j.sml.STGroupBy
Packages that use STGroupBy
-
Uses of STGroupBy in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STGroupByMethods in org.xlsx4j.sml that return STGroupByModifier and TypeMethodDescriptionstatic STGroupByCTRangePr.getGroupBy()Gets the value of the groupBy property.static STGroupByReturns the enum constant of this class with the specified name.static STGroupBy[]STGroupBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STGroupByModifier and TypeMethodDescriptionvoidCTRangePr.setGroupBy(STGroupBy value) Sets the value of the groupBy property.