IExcelCalcReference

The Primary Reference Inteface.

public interface IExcelCalcReference

The fully qualified unique name for the referenced element. Read Only.

AbsoluteName: any

Returns a context for the Reference.

Context: any

The unqualified name of this referenced element. Read Only.

ElementName: any

The , if any, associated with this Reference. If this reference can not contain a formula then null is returned.

Formula: any

Returns true if this reference is enumerable.

IsEnumerable: any

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

Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable.

References: any

The , if any, associated with this Reference. If this reference does not contain a Value then a is returned.

Value: any

ContainsReference(IExcelCalcReference)

Section titled "ContainsReference(IExcelCalcReference)"

Returns true if this reference contains inReference

ContainsReference(IExcelCalcReference): any

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