Spread Windows Forms 12.0 Product Documentation
GetFormula Method (CfValue)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : GetFormula Method
The formula engine.
Gets the formula text of this CfValue.
Syntax
'Declaration
 
Public Function GetFormula( _
   Optional ByVal engine As FormulaEngine _
) As String
'Usage
 
Dim instance As CfValue
Dim engine As FormulaEngine
Dim value As String
 
value = instance.GetFormula(engine)
public string GetFormula( 
   FormulaEngine engine
)

Parameters

engine
The formula engine.

Return Value

A System.String value represents the formula text of this CfValue.
See Also

Reference

CfValue Structure
CfValue Members