[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.SyntaxNode.Clone

Clone Method

Clone()

Clones the syntax node if the node is mutable.

Declaration
public SyntaxNode Clone()
Public Function Clone() As SyntaxNode
Returns
Type Description
SyntaxNode

If the node is mutable, returns the cloned object. Otherwise, returns the equivalent object from object pool.