[]
Constructs the new formula control.
public FormulaEntry()
Public Sub New()
Creates the new formula control with the specified parameters.
public FormulaEntry(string controlId, string formula)
Public Sub New(controlId As String, formula As String)
Type | Name | Description |
---|---|---|
string | controlId | The ID of the target control |
string | formula | The formula of the target control |