The Primary Reference Inteface. Syntax
Collection of IExcelCalcReference objects Syntax
Public Properties Public Methods
Public Methods
Public Properties
The fully qualified unique name for the referenced element. Read Only. Syntax
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...
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.
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...