|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<averagetype>
com.spire.xls.averagetype
public enum averagetype
average type.
enum constant summary | |
---|---|
above
above the average for all values in the range. |
|
aboveequal
above or equal the average for all values in the range. |
|
abovestddev1
stddev above 1 than the average for all values in the range. |
|
abovestddev2
stddev above 2 than the average for all values in the range. |
|
abovestddev3
stddev above 3 than the average for all values in the range. |
|
below
below the average for all values in the range. |
|
belowequal
below or equal the average for all values in the range. |
|
belowstddev1
stddev below 1 than the average for all values in the range. |
|
belowstddev2
stddev below 2 than the average for all values in the range. |
|
belowstddev3
stddev below 3 than the average for all values in the range. |
enum constant detail |
---|
public static final averagetype above
public static final averagetype aboveequal
public static final averagetype below
public static final averagetype belowequal
public static final averagetype abovestddev1
public static final averagetype abovestddev2
public static final averagetype abovestddev3
public static final averagetype belowstddev1
public static final averagetype belowstddev2
public static final averagetype belowstddev3
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |