[]
Represents an expression with an array of constant values as the expression.
Represents an expression with a binary operator applied to a pair of operands as the expression.
Represents the abstract base class for defining binary operators.
Represents an expression type with a boolean constant value as the expression.
Represents an array of constants during the evaluation of a formula.
Represents the converting of a value to a specified data type.
Represents calculation errors.
Represents a missing argument during the evaluation of a formula.
Represents a cell or range reference during the evaluation of a formula.
Represents an expression with a cell reference as the expression.
Represents an expression with a double constant value as the expression.
Represents an expression with an error constant value as the expression.
Represents the abstract class from which all expression types derive.
Represents an expression with an external cell reference as the expression.
Represents an expression with an external named variable as the expression.
Represents an expression with an external range reference as the expression.
Represents the abstract class from which all external reference expression types derive.
Represents an expression with a function applied to a list of parameters as the expression.
Represents an abstract base class for defining functions.
Represents the intersect operator.
Represents an expression with a missing argument constant value as the expression.
Represents an expression with the two values as the reference expression.
Represents an expression with a named variable as the expression.
Represents the abstract base class for defining operators.
Represents an expression type for parentheses surrounding a specified expression.
Represents an expression with a range reference as the expression.
Represents the abstract class from which all reference expression types derive.
Represents an expression with a table reference as the expression.
Represents an expression with a unary operator applied to a single operand as the expression.
Represents the abstract base class for defining unary operators.
Represents the union operator.