Document Solutions for Excel, .NET Edition | Document Solutions
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Excel.Expressions Namespace
    In This Topic
    Classes
     ClassDescription
    Class Represents an array literal in the syntax tree.
    Class Represents a constant node in the syntax tree.
    Class Represents an empty node. This node is used when a parameter was omitted.
    Class Represents an error literal node in the syntax tree.
    Class Represents a formula.
    Class Represents a function invocation expression in the syntax tree.
    Class Represents a logical literal node in the syntax tree.
    Class Represents a name node in the syntax tree.
    Class Represents a non-terminal node in the syntax tree.
    Class Represents a number node in the syntax tree.
    Class Represents an operator invocation expression in the syntax tree.
    Class Represents a parenthesis expression in the syntax tree.
    ClassContains options for converting System.String to FormulaSyntaxTree.
    Class Represents a reference in formula.
    Class Represents an reference node in the syntax tree.
    Class Represents a node in the syntax tree. The node can be terminal or non-terminal.
    Class Represents a table item in the syntax tree.
    Class Represents a terminal node in the syntax tree.
    Class Represents a string literal node in the syntax tree.
    ClassContains options for converting FormulaSyntaxTree to System.String.
    Class Represents a reference to an external workbook. This class is immutable.
    Enumerations
     EnumerationDescription
    Enumeration Represents formula operators.
    Enumeration Represents parts of a table.
    See Also