exceltotalscalculation-ag凯发旗舰厅



com.spire.xls
enum exceltotalscalculation

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

public enum exceltotalscalculation
extends java.lang.enum<exceltotalscalculation>

specifies the type of calculation in the totals row of a list column.


enum constant summary
average
          average.
count
          count of non-empty cells.
countnums
          count of cells with numeric values.
custom
          formula provideid in totals row formula.
max
          maximum value in the list.
min
          minimum value in the list.
none
          no calculation.
stddev
          standard deviation value.
sum
          sum of all values in the list column.
var
          variable.
 
enum constant detail

none

public static final exceltotalscalculation none
no calculation.

sum

public static final exceltotalscalculation sum
sum of all values in the list column.

average

public static final exceltotalscalculation average
average.

count

public static final exceltotalscalculation count
count of non-empty cells.

countnums

public static final exceltotalscalculation countnums
count of cells with numeric values.

min

public static final exceltotalscalculation min
minimum value in the list.

stddev

public static final exceltotalscalculation stddev
standard deviation value.

var

public static final exceltotalscalculation var
variable.

max

public static final exceltotalscalculation max
maximum value in the list.

custom

public static final exceltotalscalculation custom
formula provideid in totals row formula.


网站地图