The following tables list the members exposed by ICalculationReference.
Name | Description | |
---|---|---|
AbsoluteName | The fully qualified unique name for the referenced element. Read Only. | |
Context | Returns a context for the Reference. | |
ElementName | The unqualified name of this referenced element. Read Only. | |
Formula | The ICalculationFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. | |
HasAbsoluteIndex | True indicates that the reference was constructed with an absolute index. Read Only. | |
HasRelativeIndex | True indicates that the reference was constructed with a relative index. Read Only. | |
HasScopeAll | True indicates that the reference was constructed with an "*" scope index. Read Only. | |
IsDataReference | 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. | |
IsDisposedReference | True indicates that the reference has been disposed. Read Only. | |
IsEnumerable | Returns true if this reference is enumerable. | |
NormalizedAbsoluteName | Returns the normalized absolute name. Calculation engine makes use of 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. | |
Parent | 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. | |
RecalcDeferred | True indicates that recalculating reference's formula can deferred until it become visible. | |
RecalcVisible | Flag used by the calculation engine to manage the recalculation network. Denotes the reference is visible. | |
References | Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable. | |
Value | The CalculationValue, if any, associated with this Reference. If this reference does not contain a Value then a CalculationErrorValue is returned. |
Name | Description | |
---|---|---|
ContainsReference | Returns true if this reference contains inReference | |
CreateRange | Create a Range reference relative to this reference. | |
CreateReference | Create a new reference relative to this reference. | |
GetChildReferences | Returns the child references of the reference. This method can return null. | |
IsSiblingReference | Determines whether the given reference is a sibling of this reference | |
IsSubsetReference | Returns true if inReference is a proper subset of this reference | |
MarkRelativeIndices | For each reference tuple in this reference that has a relative index, mark the corresponding tuple in inReference. | |
ResolveReference | Resolves a reference relative to this reference. |