Spread for ASP.NET 12 Product Documentation
FormulaEntry Constructor(String,String)


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
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

Reference

FormulaEntry Class
FormulaEntry Members
Overload List