menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Enum Priority

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum Priority

    Fields

    Name Description
    CellRange

    Cell Range operator (:).

    Concat

    Concatenation priority.

    Equality

    Logical equality priority.

    MulDiv

    Multiplication and divide operations priority.

    None

    None priority.

    PlusMinus

    Plus and minus operation priority.

    Power

    Priority of the power operation.

    UnaryMinus

    Unary operation priority (-,+,%).

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