RangeExpression
Expression that creates a cell range between two cell references, representing the range operator (:).
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class RangeExpression : CellReferenceBinaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<CellReferenceRangeExpression>CellReferenceBinaryOperatorExpressionRangeExpression...
Inherited Members
Constructors
Initializes a new range expression with start and end cell references.
public RangeExpression(RadExpression left, RadExpression right, Workbook workbook = null)
The left.
rightRadExpressionThe right.
workbookWorkbookThe workbook.
Methods
Creates a continuous cell range from the two operand references or returns an error if the range is invalid.
protected override RadExpression GetCellReferenceValueOverride(CellReferenceRangeExpression[] operands)
The operands of type T.
Returns:Value as RadExpression.
Overrides:
Properties
Gets the operator metadata for the range operator.
public override OperatorInfo OperatorInfo { get; }
The operator info as OperatorInfo.
Overrides: