Version

IExcelCalcReference Interface Members

The following tables list the members exposed by IExcelCalcReference.

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.  
Public Methods
 NameDescription
 MethodContainsReferenceReturns true if this reference contains inReference  
 MethodCreateReferenceCreate a new reference relative to this reference.  
 MethodIsSubsetReferenceReturns true if inReference is a proper subset of this reference  
See Also