Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FormulaSyntaxTree Class / toString Method / toString(UnParseContext) Method
An @code:UnParseContext that specifies row, column and R1C1reference style.
In This Topic
    toString(UnParseContext) Method
    In This Topic
    Returns the text for this formula, optionally specifies the formatting behavior.
    Syntax
    public java.lang.String toString( 
       UnParseContext context
    )

    Parameters

    context
    An @code:UnParseContext that specifies row, column and R1C1reference style.

    Return Value

    A @code:string containing the formula.
    See Also