Expression representing one or more cell reference ranges, evaluating to the cell values within those ranges and updating when cell content changes.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CellReferenceRangeExpression : RadExpression
Inheritance: objectRadExpressionCellReferenceRangeExpression
Inherited Members
Methods
Evaluates all cell reference ranges and returns an array expression containing the cell values.
C#
protected override RadExpression GetValueOverride()
The value as RadExpression.
Overrides:
Called when the value is invalidated.
C#
protected override void OnValueInvalidated()
Overrides:
Properties
Gets the first cell reference range in this expression.
C#
public CellReferenceRange CellReferenceRange { get; }
The cell reference range.
Gets the read-only collection of all cell reference ranges included in this expression.
C#
public ReadOnlyCollection<CellReferenceRange> CellReferenceRanges { get; }
The cell reference ranges.