Back to Devexpress

ExpressionVisitor.Visit Method

officefileapi-devexpress-dot-spreadsheet-dot-formulas-dot-expressionvisitor-dot-visit.md

latest7.7 KB
Original Source

ExpressionVisitor.Visit Method

NameParametersDescription
Visit(AdditionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ArrayConstantExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(CellErrorReferenceExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(CellReferenceExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ConcatenateExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(ConstantExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(DefinedNameReferenceExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(DivisionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(EqualityExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(FunctionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(FunctionExternalExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(GreaterExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(GreaterOrEqualExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(InequalityExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(LessExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(LessOrEqualExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(MissingArgumentExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(MultiplicationExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(PercentExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(PowerExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeIntersectionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(RangeUnionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(SubtractionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(TableReferenceExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnaryMinusExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnaryPlusExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.
Visit(UnknownFunctionExpression)expressionOverride this method in a class descendant. It is called when visiting an expression of specific type.