Class CellReferenceBinaryOperatorExpression
Base class for binary operators that operate on cell reference range expressions, such as union and intersection.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class CellReferenceBinaryOperatorExpression : BinaryOperatorExpression<CellReferenceRangeExpression>, IPrecalculatedExpressionThreeNode
Constructors
CellReferenceBinaryOperatorExpression(RadExpression, RadExpression)
Initializes a new instance of the CellReferenceBinaryOperatorExpression class with left and right operands.
Declaration
protected CellReferenceBinaryOperatorExpression(RadExpression left, RadExpression right)
Parameters
|
RadExpression
left
The left. |
|
RadExpression
right
The right. |
Properties
OperandsType
Gets the type of the operands.
Declaration
public override ArgumentType OperandsType { get; }
Property Value
|
ArgumentType
The type of the operands as ArgumentType. |