Class IntersectionExpression
Provides methods and properties for using IntersectionExpression, that calculates the intersections of two CellReferenceRangeExpression instances.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class IntersectionExpression : CellReferenceBinaryOperatorExpression, IPrecalculatedExpressionThreeNode
Constructors
IntersectionExpression(RadExpression, RadExpression)
Initializes a new instance of the Intersection
Declaration
public IntersectionExpression(RadExpression left, RadExpression right)
Parameters
Rad The left. |
Rad The right. |
Properties
OperatorInfo
Gets the operator info.
Declaration
public override OperatorInfo OperatorInfo { get; }
Property Value
Operator The operator info as OperatorInfo. |
Overrides
Methods
GetValueOverride(CellReferenceRangeExpression[])
Gets the value.
Declaration
protected override RadExpression GetValueOverride(CellReferenceRangeExpression[] operands)
Parameters
Cell The operands of type T. |
Returns
Rad Value as RadExpression. |