GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PivotFieldCalculationType Enum

    Namespace:
    GemBox.Spreadsheet.PivotTables
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a data PivotField subtotal function.

    • C#
    • VB.NET
    public enum PivotFieldCalculationType
    Public Enum PivotFieldCalculationType

    Fields

    Average

    The average of the values.

    Count

    The number of data values.

    CountNums

    The number of data values that are numbers.

    Max

    The largest value.

    Min

    The smallest value.

    Product

    The product of the values.

    StdDev

    An estimate of the standard deviation of a population, where the sample is a subset of the entire population.

    StdDevp

    The standard deviation of a population, where the population is all of the data to be summarized.

    Sum

    The sum of the values.

    Var

    An estimate of the variance of a population, where the sample is a subset of the entire population.

    Varp

    The variance of a population, where the population is all of the data to be summarized.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.