Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableTotalsRowFunction Enumeration


In This Topic
    ExcelTableTotalsRowFunction Enumeration
    In This Topic
    An enumeration that specifies what function is used to aggregate the data in a column before it is displayed in the totals row.
    Syntax
    'Declaration
     
    Public Enum ExcelTableTotalsRowFunction 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelTableTotalsRowFunction
    public enum ExcelTableTotalsRowFunction : System.Enum 
    Members
    MemberDescription
    AverageRepresents the arithmetic mean.
    CountRepresents a count of the number of non-empty cells.
    CountNumsRepresents the number of cells that contains numbers.
    CustomRepresents the formula provided in totalsRowFormula.
    MaxRepresents the largest value.
    MinRepresents the smallest value.
    NoneNo total row.
    StdDevRepresents the estimated standard deviation.
    SumRepresents the arithmetic sum.
    VarRepresents the estimated variance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelTableTotalsRowFunction

    See Also