officefileapi-devexpress-dot-spreadsheet-dot-formulas-45556dff.md
An operator that produces a reference to cells that are included in both references specified as operands.
Namespace : DevExpress.Spreadsheet.Formulas
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class RangeIntersectionExpression :
BinaryOperatorExpression,
ISupportsCopyFrom<RangeIntersectionExpression>,
ICloneable<RangeIntersectionExpression>
Public Class RangeIntersectionExpression
Inherits BinaryOperatorExpression
Implements ISupportsCopyFrom(Of RangeIntersectionExpression),
ICloneable(Of RangeIntersectionExpression)
The following members return RangeIntersectionExpression objects:
DevExpress.Office.ICloneable<IExpression>
DevExpress.Office.ISupportsCopyFrom<RangeIntersectionExpression>
DevExpress.Office.ICloneable<RangeIntersectionExpression>
Object Expression BinaryOperatorExpression RangeIntersectionExpression
See Also