Skip to main content

RangeIntersectionExpression Class

An operator that produces a reference to cells that are included in both references specified as operands.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class RangeIntersectionExpression :
    BinaryOperatorExpression,
    ISupportsCopyFrom<RangeIntersectionExpression>,
    ICloneable<RangeIntersectionExpression>

The following members return RangeIntersectionExpression objects:

Implements

Inheritance

Object
Expression
BinaryOperatorExpression
RangeIntersectionExpression
See Also