ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelTotalsCalculation

    Show / Hide Table of Contents

    Enum ExcelTotalsCalculation

    Specifies the type of calculation in the Totals row of a list column.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelTotalsCalculation

    Fields

    Name Description
    Average

    Average.

    Count

    Count of non-empty cells.

    CountNums

    Count of cells with numeric values.

    Custom

    Custom formula

    Max

    Maximum value in the list.

    Min

    Minimum value in the list.

    None

    No calculation.

    StdDev

    Standard deviation value.

    Sum

    Sum of all values in the list column.

    Var

    Variable.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved