Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / SetFormula Method
String that contains the formula


In This Topic
SetFormula Method (FormulaEditorUI)
In This Topic
Sets the formula into the text box of the Formula Editor.
Syntax
'Declaration
 
Public Overridable Sub SetFormula( _
   ByVal formula As String _
) 
 
'Usage
 
Dim instance As FormulaEditorUI
Dim formula As String
 
instance.SetFormula(formula)

Parameters

formula
String that contains the formula
See Also