Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / SyntaxNode Class / ToString Method / ToString(UnParseContext) Method
Options for converting FormulaSyntaxTree to System.String.
In This Topic
    ToString(UnParseContext) Method
    In This Topic
    Returns the formula text for this node, optionally specifying context.
    Syntax
    public virtual System.string ToString( 
       UnParseContext context
    )

    Parameters

    context
    Options for converting FormulaSyntaxTree to System.String.
    See Also