IExcelCalcReference
The Primary Reference Inteface.
public interface IExcelCalcReferenceProperties
Section titled "Properties"AbsoluteName
Section titled "AbsoluteName"The fully qualified unique name for the referenced element. Read Only.
AbsoluteName: any Context
Section titled "Context"Returns a context for the Reference.
Context: any ElementName
Section titled "ElementName"The unqualified name of this referenced element. Read Only.
ElementName: any Formula
Section titled "Formula"The , if any, associated with this Reference. If this reference can not contain a formula then null is returned.
Formula: any IsEnumerable
Section titled "IsEnumerable"Returns true if this reference is enumerable.
IsEnumerable: any NormalizedAbsoluteName
Section titled "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.
NormalizedAbsoluteName: any References
Section titled "References"Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable.
References: any Value
Section titled "Value"The , if any, associated with this Reference. If this reference does not contain a Value then a is returned.
Value: any Methods
Section titled "Methods"ContainsReference(IExcelCalcReference)
Section titled "ContainsReference(IExcelCalcReference)"Returns true if this reference contains inReference
ContainsReference(IExcelCalcReference): any CreateReference(string)
Section titled "CreateReference(string)"Create a new reference relative to this reference.
CreateReference(string): any IsSubsetReference(IExcelCalcReference)
Section titled "IsSubsetReference(IExcelCalcReference)"Returns true if inReference is a proper subset of this reference
IsSubsetReference(IExcelCalcReference): any