Skip to main content

RangeIntersectionExpression Properties

An operator that produces a reference to cells that are included in both references specified as operands.
Name Description
BracketsCount Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression.
LeftExpression Gets or sets the IExpression object specifying the left operand. Inherited from BinaryOperatorExpression.
OperatorText Gets the symbols that designate the operation.
RightExpression Gets or sets the IExpression object specifying the right operand. Inherited from BinaryOperatorExpression.
See Also