The following tables list the members exposed by IExcelCalcReference.
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 IExcelCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. | |
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. | |
References | Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable. | |
Value | The ExcelCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a ExcelCalcErrorValue is returned. |
Name | Description | |
---|---|---|
ContainsReference | Returns true if this reference contains inReference | |
CreateReference | Create a new reference relative to this reference. | |
IsSubsetReference | Returns true if inReference is a proper subset of this reference |