Version 23.1 (latest)

UCReference Class Methods

For a list of all members of this type, see UCReference members.

Public Methods
 NameDescription
Public MethodConnectAssociates the UCReference with the specified IUltraCalcReference  
Public MethodContainsReferenceReturns true if this reference contains inReference  
Public MethodCreateRangeCreate a Range reference relative to this reference.  
Public MethodCreateReferenceCreate a new reference relative to this reference.  
Public MethodDisconnectDisconnects the UCReference from the underlying IUltraCalcReference  
Public MethodEqualsOverriden. Default implementation returns true if the normalized absolute names of this reference and the passed in reference match. These objects are going to be added to data structure that make use of GetHashCode and Equals methods. What this means is that the normalized absolute name must not change throughout the lifetime of this instance. If it does change then the overriding class must override this method and return a hash code based on some other immutable property of the instance.  
Public MethodGetHashCodeOverridden. Default implementation returns the hash code of the normalized absolute name. These objects are going to be added to data structure that make use of GetHashCode and Equals methods. What this means is that the normalized absolute name must not change throughout the lifetime of this instance. If it does change then the overriding class must override this method and return a hash code based on some other immutable property of the instance.  
Public MethodIsSiblingReferenceDetermines whether the given reference is a sibling of this reference  
Public MethodIsSubsetReferenceReturns true if inReference is a proper subset of this reference  
Public MethodMarkRelativeIndicesFor each reference tuple in this reference that has a relative index, mark the corresponding tuple in inReference.  
Public MethodReconnectDisconnects from the previous reference and connects to the specified IUltraCalcReference  
Public MethodResolveReferenceResolves a reference relative to this reference. For example, if this reference is a reference to a row, and inReference is a reference to a column, the resolved reference is the cell reference that is the intersection of this row and the input column.  
See Also