menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormulaInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormulaInfo

    FormulaInfo maintains information on a single formula object.

    Inheritance
    System.Object
    FormulaInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Calculate
    Assembly: Syncfusion.Calculate.Base.dll
    Syntax
    public class FormulaInfo

    Constructors

    FormulaInfo()

    Declaration
    public FormulaInfo()

    Properties

    FormulaText

    A property that gets/sets the text of the initial formula.

    Declaration
    public string FormulaText { get; set; }
    Property Value
    Type
    System.String

    FormulaValue

    A property that gets/sets the last computed value of this formula.

    Declaration
    public string FormulaValue { get; set; }
    Property Value
    Type
    System.String

    ParsedFormula

    A property that gets/sets the formula as a parsed string.

    Declaration
    public string ParsedFormula { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved