Spread WPF Documentation
GetFormula Method (CalcCalculationManager)


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
System.ArgumentNullExceptionid is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.