Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormulaInfo

    Show / Hide Table of Contents

    Class FormulaInfo

    FormulaInfo maintains information on a single formula object.

    Inheritance
    System.Object
    FormulaInfo
    Namespace: Syncfusion.XlsIO.Calculate
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class FormulaInfo : Object

    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 Description
    System.String

    FormulaValue

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

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

    ParsedFormula

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

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