Uses of Class
org.xlsx4j.sml.STGroupBy
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STGroupBy in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STGroupBy Modifier and Type Field Description protected STGroupByCTRangePr. groupByMethods in org.xlsx4j.sml that return STGroupBy Modifier and Type Method Description static STGroupBySTGroupBy. fromValue(java.lang.String v)STGroupByCTRangePr. getGroupBy()Gets the value of the groupBy property.static STGroupBySTGroupBy. valueOf(java.lang.String name)Returns 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 STGroupBy Modifier and Type Method Description voidCTRangePr. setGroupBy(STGroupBy value)Sets the value of the groupBy property.