averagetype-ag凯发旗舰厅



com.spire.xls
enum averagetype

java.lang.object
  extended by java.lang.enum<averagetype>
      extended by com.spire.xls.averagetype
all implemented interfaces:
java.lang.comparable<averagetype>

public enum averagetype
extends java.lang.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

above

public static final averagetype above
above the average for all values in the range.

aboveequal

public static final averagetype aboveequal
above or equal the average for all values in the range.

below

public static final averagetype below
below the average for all values in the range.

belowequal

public static final averagetype belowequal
below or equal the average for all values in the range.

abovestddev1

public static final averagetype abovestddev1
stddev above 1 than the average for all values in the range.

abovestddev2

public static final averagetype abovestddev2
stddev above 2 than the average for all values in the range.

abovestddev3

public static final averagetype abovestddev3
stddev above 3 than the average for all values in the range.

belowstddev1

public static final averagetype belowstddev1
stddev below 1 than the average for all values in the range.

belowstddev2

public static final averagetype belowstddev2
stddev below 2 than the average for all values in the range.

belowstddev3

public static final averagetype belowstddev3
stddev below 3 than the average for all values in the range.


网站地图