Enum STTotalsRowFunction

java.lang.Object
java.lang.Enum<STTotalsRowFunction>
org.xlsx4j.sml.STTotalsRowFunction
All Implemented Interfaces:
Serializable, Comparable<STTotalsRowFunction>, java.lang.constant.Constable

public enum STTotalsRowFunction extends Enum<STTotalsRowFunction>

Java class for ST_TotalsRowFunction.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_TotalsRowFunction">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="none"/>
     <enumeration value="sum"/>
     <enumeration value="min"/>
     <enumeration value="max"/>
     <enumeration value="average"/>
     <enumeration value="count"/>
     <enumeration value="countNums"/>
     <enumeration value="stdDev"/>
     <enumeration value="var"/>
     <enumeration value="custom"/>
   </restriction>
 </simpleType>