Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

Declaration

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

Implements

Inheritance

Object
Expression
BinaryOperatorExpression
RangeIntersectionExpression
See Also