Version

IExcelCalcReference Interface Properties

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

Public Properties
 NameDescription
 PropertyAbsoluteNameThe fully qualified unique name for the referenced element. Read Only.  
 PropertyContextReturns a context for the Reference.  
 PropertyElementNameThe unqualified name of this referenced element. Read Only.  
 PropertyFormulaThe IExcelCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned.  
 PropertyIsEnumerableReturns true if this reference is enumerable.  
 PropertyNormalizedAbsoluteNameReturns 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.  
 PropertyReferencesReturn a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable.  
 PropertyValueThe ExcelCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a ExcelCalcErrorValue is returned.  
See Also