ClassCellReferenceRangeExpression
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:
public class CellReferenceRangeExpression : RadExpression
Inheritance: objectRadExpressionCellReferenceRangeExpression
Inherited Members
Properties
CellReferenceRange
Gets the first cell reference range in this expression.
Declaration
public CellReferenceRange CellReferenceRange { get; }
Property Value
The cell reference range.
CellReferenceRanges
Gets the read-only collection of all cell reference ranges included in this expression.
Declaration
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
protected override RadExpression GetValueOverride()
Returns
The value as RadExpression.
Overrides
OnValueInvalidated()
Called when the value is invalidated.
Declaration
protected override void OnValueInvalidated()
Overrides