GrapeCity.Xaml.CalcEngine
GetExpression Method


The id.
Gets the expression.
Syntax
'Declaration
 
Public Function GetExpression( _
   ByVal id As CalcLocalIdentity _
) As CalcExpression
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcLocalIdentity
Dim value As CalcExpression
 
value = instance.GetExpression(id)
public CalcExpression GetExpression( 
   CalcLocalIdentity id
)

Parameters

id
The id.

Return Value

Exceptions
ExceptionDescription
System.ArgumentNullExceptionid is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options