Spread Silverlight Documentation
GetFormula Method (CalcCalculationManager)


GrapeCity.CalcEngine Namespace > CalcCalculationManager Class : GetFormula Method
The id.
Gets the formula.
Syntax
'Declaration
 
Public Function GetFormula( _
   ByVal id As CalcLocalIdentity _
) As System.String
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcLocalIdentity
Dim value As System.String
 
value = instance.GetFormula(id)
public System.string GetFormula( 
   CalcLocalIdentity id
)

Parameters

id
The id.

Return Value

A string indicates the formula.
Exceptions
ExceptionDescription
id is a null reference (Nothing in Visual Basic).
See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members