Uses of Enum
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 type with the specified name.static STGroupBy[]STGroupBy.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 STGroupByModifier and TypeMethodDescriptionvoidCTRangePr.setGroupBy(STGroupBy value) Sets the value of the groupBy property.