Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class
Properties Methods Events


FormulaProvider Class Members

The following tables list the members exposed by FormulaProvider.

Public Constructors
 NameDescription
Public ConstructorCreates a new formula property (and trigger event) provider.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets whether the formula is automatically calculated.  
Public PropertyGets or sets the calculation policy.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets whether this instance shows an error icon next to the control that has an error in the formula.  
Public PropertyGets or sets whether this instance is show precedents.  
Public Property (Inherited from System.ComponentModel.Component)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodAdds the custom function information that is used when parsing and evaluating the formula.  
Public MethodAdds the name of the query value which is used when parse and evaluate formula.  
Public MethodSignals the object that initialization is starting.  
Public MethodCalculates the result for the formula of each control and updates the corresponding property.  
Public MethodSpecifies whether this object can provide its extender properties to the specified object. Only support Windows.Forms.Control  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component.  
Public MethodSignals the object that initialization is complete.  
Public MethodGets the formula of the control.  
Public MethodGets the formula trigger event for the specified control.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodGets the precedence controls.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodSets all the extender properties to empty for the specified component (control).  
Public MethodRemoves the custom function information.  
Public MethodRemoves the name of the query value.  
Public Method  
Public MethodSets the formula for the specified control.  
Public MethodSets the formula trigger event for the specified control.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Releases unmanaged resources and performs other cleanup operations before the FormulaProvider is reclaimed by garbage collection.  
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Top
Public Events
 NameDescription
Public EventOccurs before the property value is set.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when the value is queried.  
Top
See Also