Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / TotalsCalculation Enumeration
In This Topic
    TotalsCalculation Enumeration
    In This Topic
    Specifies the type of calculation in the totals row of a table column.
    Syntax
    public enum TotalsCalculation : System.Enum 
    Members
    MemberDescription
    Average Specifies average.
    Count Specifies the number of non-empty cells.
    CountNums Specifies the number of cells with numeric values.
    Custom Specifies a custom calculation.
    Max Specifies the maximum value.
    Min Specifies the minimum value.
    None Specifies no calculation.
    StdDev Specifies the standard deviation.
    Sum Specifies the sum.
    Var Specifies variance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.TotalsCalculation

    See Also