Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / GetFormula Method
Control that contains this formula.


In This Topic
GetFormula Method (FormulaProvider)
In This Topic
Gets the formula of the control.
Syntax
'Declaration
 
Public Function GetFormula( _
   ByVal control As Control _
) As String
 
'Usage
 
Dim instance As FormulaProvider
Dim control As Control
Dim value As String
 
value = instance.GetFormula(control)

Parameters

control
Control that contains this formula.
See Also