Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / TotalsCalculation Enumeration
In This Topic
    TotalsCalculation Enumeration
    In This Topic
    Specifies the type of calculation in the totals row of a table column.
    Members
    MemberDescription
    AverageSpecifies average.
    CountSpecifies the number of non-empty cells.
    CountNumsSpecifies the number of cells with numeric values.
    CustomSpecifies a custom calculation.
    MaxSpecifies the maximum value.
    MinSpecifies the minimum value.
    NoneSpecifies no calculation.
    StdDevSpecifies the standard deviation.
    SumSpecifies the sum.
    VarSpecifies variance.
    Inheritance Hierarchy

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

    See Also