Calculates the intersection of two cell reference ranges and returns the overlapping cells; implements the space intersection operator.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class IntersectionExpression : CellReferenceBinaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<CellReferenceRangeExpression>CellReferenceBinaryOperatorExpressionIntersectionExpression...
Inherited Members
Constructors
Initializes a new instance of the IntersectionExpression class with the specified left and right cell reference ranges.
public IntersectionExpression(RadExpression left, RadExpression right, Workbook workbook = null)
The left.
rightRadExpressionThe right.
workbookWorkbookThe workbook.
Methods
Calculates the intersection of two cell reference ranges and returns the overlapping range, or a null error if no intersection exists.
protected override RadExpression GetCellReferenceValueOverride(CellReferenceRangeExpression[] operands)
The operands of type T.
Returns:Value as RadExpression.
Overrides:
Properties
Gets metadata about the intersection operator including its precedence and associativity.
public override OperatorInfo OperatorInfo { get; }
The operator info as OperatorInfo.
Overrides: