[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.FunctionNode

FunctionNode Class

Represents a function invocation expression in the syntax tree.

Inheritance
FunctionNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class FunctionNode : NonTerminalNode, ICloneable
Public Class FunctionNode
    Inherits NonTerminalNode
    Implements ICloneable

Constructors

Name Description
FunctionNode(string)

Creates a new FunctionNode a function name.

Properties

Name Description
Name

The name of the function.