New to Telerik Document ProcessingStart a free 30-day trial

Expression representing one or more cell reference ranges, evaluating to the cell values within those ranges and updating when cell content changes.

Definition

Methods

Evaluates all cell reference ranges and returns an array expression containing the cell values.

C#
protected override RadExpression GetValueOverride()
Returns:

RadExpression

The value as RadExpression.

Overrides: RadExpression.GetValueOverride()

Called when the value is invalidated.

C#
protected override void OnValueInvalidated()

Overrides: RadExpression.OnValueInvalidated()

Properties

Gets the first cell reference range in this expression.

C#
public CellReferenceRange CellReferenceRange { get; }
Property Value:

The cell reference range.

Gets the read-only collection of all cell reference ranges included in this expression.

C#
public ReadOnlyCollection<CellReferenceRange> CellReferenceRanges { get; }
Property Value:

The cell reference ranges.