menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelParseFormulaOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ExcelParseFormulaOptions

    Enumeration to specify the options of excel formula

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [Flags]
    public enum ExcelParseFormulaOptions

    Fields

    Name Description
    InArray

    Represents the InArray formula parse option.

    InName

    Represents the InName formula parse option.

    None

    No flags.

    ParseComplexOperand

    Operand is complex.

    ParseOperand

    Operand in function.

    RootLevel

    Represents the RootLevel formula parse option.

    UseR1C1

    Indicates that R1C1 notation must be used.

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