[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree

FormulaSyntaxTree Class

Represents a formula.

Inheritance
FormulaSyntaxTree
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class FormulaSyntaxTree : ICloneable
Public Class FormulaSyntaxTree
    Implements ICloneable

Constructors

Name Description
FormulaSyntaxTree()

Initializes a new instance of the FormulaSyntaxTree class.

Properties

Name Description
Root

Gets the root element of the syntax tree for this formula.

Methods

Name Description
Clone()

Creates a copy of the FormulaSyntaxTree instance.

Equals(object)

Checks whether the FormulaSyntaxTree equal to another.

GetHashCode()

This object doesn't support getting hash code, because all fields are mutable.

Parse(string)

Creates a new FormulaSyntaxTree from a string.

Parse(string, ParseContext)

Creates a new FormulaSyntaxTree from a string.

ToString()

Returns the text for this formula.

ToString(UnParseContext)

Returns the text for this formula, optionally specifies the formatting behavior.