Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / FunctionNode Class

In This Topic
    FunctionNode Class Methods
    In This Topic

    For a list of all members of this type, see FunctionNode members.

    Public Methods
     NameDescription
    Public MethodClones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodChecks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodGets children of a non-terminal node. (Inherited from com.grapecity.documents.excel.expressions.NonTerminalNode)
    Public MethodThe name of the function.  
    Public MethodThis object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public Methodstatic (Shared in Visual Basic)Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodThe name of the function.  
    Public MethodReturns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Top
    See Also