UnionExpression
Combines two cell reference range expressions into a union, allowing formulas to reference multiple non-contiguous ranges.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class UnionExpression : CellReferenceBinaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<CellReferenceRangeExpression>CellReferenceBinaryOperatorExpressionUnionExpression...
Inherited Members
Constructors
Initializes a new instance of the UnionExpression class that combines two range expressions.
public UnionExpression(RadExpression left, RadExpression right, Workbook workbook = null)
The left.
rightRadExpressionThe right.
workbookWorkbookThe workbook.
Properties
Gets the operator metadata describing the union operator's precedence and behavior.
public override OperatorInfo OperatorInfo { get; }
The operator info as OperatorInfo.
Overrides:
Methods
Evaluates the union of the operand ranges and returns the combined range expression or an error if the ranges are invalid.
protected override RadExpression GetCellReferenceValueOverride(CellReferenceRangeExpression[] operands)
The operands of type T.
Returns:Value as RadExpression.
Overrides: