[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.FormulaSyntaxTree.Parse

Parse Method

Parse(string)

Creates a new FormulaSyntaxTree from a string.

Declaration
public static FormulaSyntaxTree Parse(string text)
Public Shared Function Parse(text As String) As FormulaSyntaxTree
Parameters
Type Name Description
string text

A string that contains formula.

Returns
Type Description
FormulaSyntaxTree

A FormulaSyntaxTree populated from the string that contains formula.

Parse(string, ParseContext)

Creates a new FormulaSyntaxTree from a string.

Declaration
public static FormulaSyntaxTree Parse(string text, ParseContext context)
Public Shared Function Parse(text As String, context As ParseContext) As FormulaSyntaxTree
Parameters
Type Name Description
string text

A string that contains formula.

ParseContext context

A ParseContext that specifies base row, base column and R1C1 reference style.

Returns
Type Description
FormulaSyntaxTree

A FormulaSyntaxTree populated from the string that contains formula.