Version 24.2 (latest)

RefRange Class Properties

For a list of all members of this type, see RefRange members.

Public Properties
 NameDescription
Public PropertyAbsoluteNameOverridden. The fully qualified unique name for the referenced element. Read Only.

The AbsoluteName for a Range is from.AbsoluteName + ":" + to.AbsoluteName

 
Public PropertyBaseParentOverridden. The Parent reference of this referenced element. Used to navigate the element hierarchy. If this referenced element is the root element, Parent returns null. Read Only.

The Parent of a Range is this.from

 
Public PropertyContextReturns a context for the Reference. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyElementNameOverridden. The unqualified name of this referenced element. Used to construct the fully qualified name by the AbsoluteName method. Read Only.

The ElementName for a Range is from.ElementName + ":" + to.ElementName

 
Public PropertyFormulaThe ICalculationFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyFromBaseReturn the From reference as a Refbase.  
Public PropertyFromRefReturn the From reference as a ICalculationReference.  
Public PropertyHasAbsoluteIndexTrue indicates that the reference was constructed with a relative index. Read Only. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyHasRelativeIndexOverridden. True indicates that the reference was constructed with a relative index. Read Only.

The HasRelativeIndex for a Range is from.HasRelativeIndex

 
Public PropertyHasScopeAllTrue indicates that the reference was constructed with a scope all index. Read Only. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyIsAnchoredReturns true if this reference is anchored. An anchored reference is a direct reference to an element. An unanchored reference is an indirect reference. An indirect reference stores context dependent properties such as the relative name used to create the reference. Read Only. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyIsDataReferenceOverridden. Returns true if this reference is a data reference. A data reference contains a value, such as a Grid Cell or a Grid SummaryValue. Many referenced elements, such as a Grid Column or a Grid Band, do not reference a value. Read Only.

A Range is always a Data Reference.

 
Public PropertyIsDisposedReferenceTrue indicates that the reference was disposed. Read Only. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyIsEnumerableOverridden. Returns true. A range is enumerable.  
Public PropertyIsRangeOverridden. Returns true. This reference is a Range Reference. Read Only.  
Public PropertyNormalizedAbsoluteNameOverridden. Returns the normalized absolute name. Calculation engine makes use normalized absolute names of references to compare two references and search for references. This property should return the absolute name with case insensitive parts of the absolute names converted to lower case.  
Public PropertyNormalizedFromBaseReturn the Normalized From reference as a Refbase.  
Public PropertyNormalizedFromRefReturn the normalized From reference as a ICalculationReference.  
Public PropertyNormalizedToBaseReturn the normalized To reference as a RefBase.  
Public PropertyNormalizedToRefReturn the normalized To reference as a ICalculationReference.  
Public PropertyParentThe RefBase Parent reference of this referenced element. Used to navigate the element hierarchy. If this referenced element is the root element, BaseParent returns null. Read Only. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyParsedReferenceGets or Sets the parsed representation of this reference. This returns the absolute reference name. Use RelativeReference to get the parsed representation of the string used to create this reference if this reference is UnAnchored. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyRecalcDeferredFlag used by the calculation engine to manage the recalculation network. Denotes the reference is visible. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyRecalcVisibleFlag used by the calculation engine to manage the recalculation network. Denotes the reference is visible. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyReferencesOverridden. Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable.

A Range returns a RefRangeCollection.

 
Public PropertyRelativeReferenceGets or Sets the parsed representation of the string used to create this reference if this reference is UnAnchored. Use AbsoluteReference to get the parsed representation of the anchored reference. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyShouldFormulaEditorIncludeIndexGets the value indicating whether the formula editor should include default indexes after this reference's address when enumerable references are used where a single value is expected. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyToBaseReturn the To reference as a Refbase.  
Public PropertyToRefReturn the To reference as a ICalculationReference.  
Public PropertyValueThe CalculationValue, if any, associated with this Reference. If this reference does not contain a Value then a CalculationErrorValue is returned. (Inherited from Infragistics.Calculations.Engine.RefBase)
Public PropertyWrappedReferenceReturns the indirect reference of an UnAnchored reference. Read only. (Inherited from Infragistics.Calculations.Engine.RefBase)
See Also