Class
CellReferenceRangeExpression

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

Definition

Properties

CellReferenceRange

Gets the first cell reference range in this expression.

Declaration

cs-api-definition
public CellReferenceRange CellReferenceRange { get; }

Property Value

CellReferenceRange

The cell reference range.

CellReferenceRanges

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

Declaration

cs-api-definition
public ReadOnlyCollection<CellReferenceRange> CellReferenceRanges { get; }

Property Value

ReadOnlyCollection<CellReferenceRange>

The cell reference ranges.

Methods

GetValueOverride()

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

Declaration

cs-api-definition
protected override RadExpression GetValueOverride()

Returns

RadExpression

The value as RadExpression.

Overrides RadExpression.GetValueOverride()

OnValueInvalidated()

Called when the value is invalidated.

Declaration

cs-api-definition
protected override void OnValueInvalidated()

Overrides RadExpression.OnValueInvalidated()