ASP.NET Core

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

    Show / Hide Table of Contents

    Class ExcelFormulaLabel

    Enumeration of the label types for formula in Excel.

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

    Fields

    ColumnLabels

    Represents Column label for formula.

    Declaration
    public const ExcelFormulaLabel ColumnLabels
    Field Value
    Type Description
    ExcelFormulaLabel

    MixedLabels

    Represents Mixed label for formula.

    Declaration
    public const ExcelFormulaLabel MixedLabels
    Field Value
    Type Description
    ExcelFormulaLabel

    NoLabels

    Represents no label for formula.

    Declaration
    public const ExcelFormulaLabel NoLabels
    Field Value
    Type Description
    ExcelFormulaLabel

    RowLabels

    Represents row label for formula.

    Declaration
    public const ExcelFormulaLabel RowLabels
    Field Value
    Type Description
    ExcelFormulaLabel

    value__

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