ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelCalculationMode - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelCalculationMode

    Enum that defines different types of the formula calculations.

    Inheritance
    System.Object
    ExcelCalculationMode
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelCalculationMode : Enum

    Fields

    Automatic

    Represents the AUTOMATIC calculation type.

    Declaration
    public const ExcelCalculationMode Automatic
    Field Value
    Type Description
    ExcelCalculationMode

    AutomaticExceptTables

    Represents the AUTOMATIC EXCEPT TABLES calculation type.

    Declaration
    public const ExcelCalculationMode AutomaticExceptTables
    Field Value
    Type Description
    ExcelCalculationMode

    Manual

    Represents the MANUAL calculation type.

    Declaration
    public const ExcelCalculationMode Manual
    Field Value
    Type Description
    ExcelCalculationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved