Class CellReferenceRangeExpression
Provides methods and properties for using and CellReferenceRangeExpression.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellReferenceRangeExpression : RadExpression, IPrecalculatedExpressionThreeNode, IWeakEventListener
Properties
CellReferenceRange
Gets the cell reference range.
Declaration
public CellReferenceRange CellReferenceRange { get; }
Property Value
Cell The cell reference range. |
CellReferenceRanges
Gets the cell reference ranges.
Declaration
public ReadOnlyCollection<CellReferenceRange> CellReferenceRanges { get; }
Property Value
System. The cell reference ranges. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
Finalize()
Destructs the object.
Declaration
protected void Finalize()
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
GetValueOverride()
Gets the value of the expression.
Declaration
protected override RadExpression GetValueOverride()
Returns
Rad The value as RadExpression. |
Overrides
OnValueInvalidated()
Called when the value is invalidated.
Declaration
protected override void OnValueInvalidated()
Overrides
ReceiveWeakEvent(Type, Object, EventArgs)
Receives events from the centralized event manager.
Declaration
public bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e)
Parameters
System. The type of the System. |
System. Object that originated the event. |
System. Event data. |
Returns
System. true if the listener handled the event. It is considered an error by
the System. |