Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ConsolidationFunction Enumeration
In This Topic
    ConsolidationFunction Enumeration
    In This Topic
    Specifies the subtotal function.
    Members
    MemberDescription
    AverageSpecifies the average.
    CountSpecifies the count.
    CountNumsSpecifies to count numerical values only.
    DistinctCount 
    MaxSpecifies the maximum.
    MinSpecifies the minimum.
    ProductSpecifies to multiply.
    StdDevSpecifies the standard deviation, based on a sample.
    StdDevpSpecifies the standard deviation, based on the entire population.
    SumSpecifies the sum.
    UnknownSpecifies that no subtotal function is specified.
    VarSpecifies the variation, based on a sample.
    VarpSpecifies the variation, based on the entire population.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ConsolidationFunction

    See Also