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