Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / ToString Method / ToString(UnParseContext) Method
An UnParseContext that specifies row, column and R1C1 reference style.
In This Topic
    ToString(UnParseContext) Method
    In This Topic
    Returns the text for this formula, optionally specifies the formatting behavior.
    Syntax
    public System.string ToString( 
       UnParseContext context
    )

    Parameters

    context
    An UnParseContext that specifies row, column and R1C1 reference style.

    Return Value

    A System.String containing the formula.
    See Also