Version

UltraCalcManager Class Methods

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

Public Methods
 NameDescription
Public MethodCalculateCalculates the specified formula and returns the value.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDirtyAllFormulasDirties all the formulas so they get recalculated.  
Public MethodDisposeOverloaded. Overridden. Releases the unmanaged resources used by the component and optionally releases the managed resources.  
Public MethodGetCalcSettingsGets the CalcSettings for the specified control.  
Public MethodGetColumnCalcSettingsGets the CalcSettings for the specified control.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetUseInCalcManagerGets the CalcSettings for the specified control.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyValueChangedNotifies the CalcManager that the value of a control that is used in a formula has changed.  
Public MethodReCalcOverloaded. Forces recalculation of all dirtied items in the Calcultion Network.  
Public MethodRegisterUserDefinedFunctionRegisters a single Infragistics.Win.CalcEngine.UltraCalcFunction instance.  
Public MethodRegisterUserDefinedFunctionLibraryRegisters an assembly containing Infragistics.Win.CalcEngine.UltraCalcFunction derived types.  
Public MethodResetErrorIconResets the ErrorIcon property to the default error icon.  
Public MethodResetNamedReferencesClears the contents of the NamedReferences collection.  
Public MethodResumeCalcResumes automatic calculations after a preceding call to SuspendCalc.  
Public MethodResumeNotificationProcessingResumes notification processing after a preceding call to SuspendNotificationProcessing.  
Public MethodSetCalcSettingsThis sets the CalcSettings extender property for the specified control.  
Public MethodSetColumnCalcSettingsThis sets the CalcSettings extender property for the specified DataGridViewColumn.  
Public MethodSetUseInCalcManagerThis sets the UseInCalcManager extender property for the specified DataGridView.  
Public MethodShouldSerializeErrorIconReturns whether or not the ErrorIcon is set to the default.  
Public MethodSuspendCalcSuspends calculations until ResumeCalc is called.  
Public MethodSuspendNotificationProcessingSuspends notification processing.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnCalculationsCompletedFires the CalculationsCompleted event.  
Protected MethodOnFormatValueFires the FormatValue event.  
Protected MethodOnFormulaCalculationErrorFires the FormulaCalculationError event.  
Protected MethodOnFormulaCircularityErrorFires the FormulaCircularityError event.  
Protected MethodOnFormulaReferenceErrorFires the FormulaReferenceError event.  
Protected MethodOnFormulaSyntaxErrorFires the FormulaSyntaxError event.  
Protected MethodOnNamedReferenceResultChangedFires the NamedReferenceResultChanged event.  
Protected MethodOnParseValueFires the ParseValue event.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSubObjectPropChangedInvoked when a property on a sub object has changed.  
Protected MethodOnValueDirtiedFires the ValueDirtied event.  
Protected MethodShouldSerializeContainingControlReturns true if the ContainingControl property should be serialized  
Protected MethodShouldSerializeNamedReferencesIndicates if the NamedReferences property needs to be serialized  
See Also