[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.FunctionNode

Class FunctionNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a function invocation expression in the syntax tree.

public class FunctionNode : NonTerminalNode, ICloneable
Inheritance
object
FunctionNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

FunctionNode(string)

Creates a new FunctionNode a function name.

public FunctionNode(string name)

Parameters

name string

The function name.

Properties

Name

The name of the function.

public string Name { get; set; }

Property Value

string