subtotaltypes-ag凯发旗舰厅



com.spire.xls
enum subtotaltypes

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

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

represents the subtotal types.


enum constant summary
average
          represents the average type.
count
          represents the count type.
counta
          represents the counta type.
default
          represents the default type.
max
          represents the max typ
min
          represents the min type.
none
          represents the none type.
product
          represents the product type.
stdev
          represents the stdev type.
stdevp
          represents the stdevp type.
sum
          represents the sum type.
var
          represents the var type.
varp
          represents the varp type.
 
enum constant detail

none

public static final subtotaltypes none
represents the none type.

default

public static final subtotaltypes default
represents the default type.

sum

public static final subtotaltypes sum
represents the sum type.

counta

public static final subtotaltypes counta
represents the counta type.

average

public static final subtotaltypes average
represents the average type.

max

public static final subtotaltypes max
represents the max typ

min

public static final subtotaltypes min
represents the min type.

product

public static final subtotaltypes product
represents the product type.

count

public static final subtotaltypes count
represents the count type.

stdev

public static final subtotaltypes stdev
represents the stdev type.

stdevp

public static final subtotaltypes stdevp
represents the stdevp type.

var

public static final subtotaltypes var
represents the var type.

varp

public static final subtotaltypes varp
represents the varp type.


网站地图