[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ParenthesisNode

ParenthesisNode Class

Represents a parenthesis expression in the syntax tree.

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

Constructors

Name Description
ParenthesisNode()

Creates a new ParenthesisNode.