|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<subtotaltypes>
com.spire.xls.subtotaltypes
public 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 |
---|
public static final subtotaltypes none
public static final subtotaltypes default
public static final subtotaltypes sum
public static final subtotaltypes counta
public static final subtotaltypes average
public static final subtotaltypes max
public static final subtotaltypes min
public static final subtotaltypes product
public static final subtotaltypes count
public static final subtotaltypes stdev
public static final subtotaltypes stdevp
public static final subtotaltypes var
public static final subtotaltypes varp
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |