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)
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