Skip to main content

RangeExpression Properties

An operator that produces a reference to all cells located between the cells 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