Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class
Members


In This Topic
    FormulaProvider Class
    In This Topic
    Represents a way to provide a formula property (and trigger event) to any control on the form.
    Syntax
    'Declaration
     
    
    Public Class FormulaProvider 
       Inherits System.ComponentModel.Component
    'Usage
     
    
    Dim instance As FormulaProvider
    public class FormulaProvider : System.ComponentModel.Component 
    Remarks
    The FormulaProvider component requires a license for Spread .NET Professional.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             FarPoint.Win.Spread.FormulaProvider

    See Also