FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : FormulaProvider Class |
The following tables list the members exposed by FormulaProvider.
Name | Description | |
---|---|---|
FormulaProvider Constructor | Creates a new formula property (and trigger event) provider. |
Name | Description | |
---|---|---|
AutoCalculate | Gets or sets whether the formula is automatically calculated. | |
CalculationPolicy | Gets or sets the calculation policy. | |
Container | (Inherited from System.ComponentModel.Component) | |
ShowError | Gets or sets whether this instance shows an error icon next to the control that has an error in the formula. | |
ShowPrecedents | Gets or sets whether this instance is show precedents. | |
Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AddCustomFunctionInfo | Adds the custom function information that is used when parsing and evaluating the formula. | |
AddQueryValueName | Adds the name of the query value which is used when parse and evaluate formula. | |
BeginInit | Signals the object that initialization is starting. | |
Calculate | Calculates the result for the formula of each control and updates the corresponding property. | |
CanExtend | Specifies whether this object can provide its extender properties to the specified object. Only support Windows.Forms.Control | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Releases all resources used by the System.ComponentModel.Component. | |
EndInit | Signals the object that initialization is complete. | |
GetFormula | Gets the formula of the control. | |
GetFormulaTriggerEvent | Gets the formula trigger event for the specified control. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
RemoveCustomFunctionInfo | Removes the custom function information. | |
RemoveQueryValueName | Removes the name of the query value. | |
SetFormula | Sets the formula for the specified control. | |
SetFormulaTriggerEvent | Sets the formula trigger event for the specified control. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before the FormulaProvider is reclaimed by garbage collection. | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
BeforeSettingPropertyValue | Occurs before the property value is set. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
QueryValue | Occurs when the value is queried. |