Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / FormulaSyntaxTree Class / Clone Method
In This Topic
    Clone Method (FormulaSyntaxTree)
    In This Topic
    Creates a copy of the FormulaSyntaxTree instance.
    Syntax
    public FormulaSyntaxTree Clone()

    Return Value

    A copy of the FormulaSyntaxTree instance.
    See Also