Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntry Class / FormulaEntry Constructor / FormulaEntry Constructor(String,String)
The ID of the target control
The formula of the target control


In This Topic
    FormulaEntry Constructor(String,String)
    In This Topic
    Creates the new formula control with the specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal controlId As String, _
       ByVal formula As String _
    )
    'Usage
     
    
    Dim controlId As String
    Dim formula As String
     
    Dim instance As New FormulaEntry(controlId, formula)
    public FormulaEntry( 
       string controlId,
       string formula
    )

    Parameters

    controlId
    The ID of the target control
    formula
    The formula of the target control
    See Also