RangeExpression Properties
An operator that produces a reference to all cells located between the cells specified as operands.
Name | Description |
---|---|
Brackets |
Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression. |
Left |
Gets or sets the IExpression object specifying the left operand.
Inherited from Binary |
Operator |
Gets the symbols that designate the operation. |
Right |
Gets or sets the IExpression object specifying the right operand.
Inherited from Binary |
See Also