Version

IUltraCalcParticipant Interface Members

The following tables list the members exposed by IUltraCalcParticipant.

Public Properties
 NameDescription
 PropertyCalcManagerGets and sets calc manager. The implementor should not create an instance of the UltraCalcManager component itself. The UltraCalcManager component on the form will set this property to itself  
 PropertyRootReferenceThe RootReference is the root IUltraCalcReference object used by the implementor.  
 PropertySuppressCalcSettingsReturns whether the participant should suppress the CalcSettings extender property  
Public Methods
 NameDescription
 MethodGetDesignerReferencesReturns a tree structure of references that the formula builder uses to display a list of references in a tree that the user can use to build a formula. In the case of the UltraGrid, this method returns a hierarchical structure of bands and columns.  
 MethodRecreateReferenceAsk the IUltraCalcParticipant to recreate it's IUltraCalcReferences  
See Also