RangeIntersectionExpression Constructors
An operator that produces a reference to cells that are included in both references specified as operands.| Name | Parameters | Description |
|---|---|---|
| RangeIntersectionExpression(IExpression, IExpression) | leftExpression, rightExpression | Initializes a new instance of the RangeIntersectionExpression class with the specified settings. |
See Also