New to Telerik Document ProcessingStart a free 30-day trial

Expression that creates a cell range between two cell references, representing the range operator (:).

Definition

Constructors

Initializes a new range expression with start and end cell references.

C#
public RangeExpression(RadExpression left, RadExpression right, Workbook workbook = null)
Parameters:leftRadExpression

The left.

rightRadExpression

The right.

workbookWorkbook

The workbook.

Methods

Creates a continuous cell range from the two operand references or returns an error if the range is invalid.

C#
protected override RadExpression GetCellReferenceValueOverride(CellReferenceRangeExpression[] operands)
Parameters:operandsCellReferenceRangeExpression[]

The operands of type T.

Returns:

RadExpression

Value as RadExpression.

Overrides: CellReferenceBinaryOperatorExpression.GetCellReferenceValueOverride(CellReferenceRangeExpression[])

Properties

Gets the operator metadata for the range operator.

C#
public override OperatorInfo OperatorInfo { get; }
Property Value:

The operator info as OperatorInfo.

Overrides: OperatorExpression.OperatorInfo