Version

Search Results

IExcelCalcReference Interface

The Primary Reference Inteface. Syntax

IExcelCalcReferenceCollection Interface

Collection of IExcelCalcReference objects Syntax

IExcelCalcReference Interface Members

Public Properties Public Methods

AbsoluteName Property

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

ContainsReference Method

Returns true if this reference contains inReference Syntax Parameters inReference The contained candidate. Return Value true if inReference is contained by this reference. Remarks This method is used by the calculation engine to determine if the passed in reference is either a child of this reference or a more ful...

Context Property

Returns a context for the Reference. Syntax Remarks Returns a meaningful object context for the reference. This could be an UltraGridCell, UltraGridColumn, NamedReference, Control, etc.

CreateReference Method

Create a new reference relative to this reference. Syntax Parameters referenceString The reference string. Return Value The new reference. Remarks A reference string may be external or internal. A external reference has the form //object_name/object_specific_part. The control identified by object_name must impleme...