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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public class RangeIntersectionExpression :
BinaryOperatorExpression,
ISupportsCopyFrom<RangeIntersectionExpression>,
ICloneable<RangeIntersectionExpression>
Related API Members
The following members return RangeIntersectionExpression objects:
Implements
DevExpress.Office.ICloneable<IExpression>
DevExpress.Office.ISupportsCopyFrom<RangeIntersectionExpression>
DevExpress.Office.ICloneable<RangeIntersectionExpression>
Inheritance
Object
Expression
BinaryOperatorExpression
RangeIntersectionExpression
See Also