Spread Silverlight Documentation
GetCalculationManager Method


The source.
The formula storage.
if set to true [auto create].
Gets the calculation manager.
Syntax
'Declaration
 
Public Function GetCalculationManager( _
   ByVal source As ICalcSource, _
   Optional ByVal formulaStorage As ICalcStorage(Of CalcLocalIdentity,CalcExpression), _
   Optional ByVal autoCreate As System.Boolean _
) As CalcCalculationManager
'Usage
 
Dim instance As CalcService
Dim source As ICalcSource
Dim formulaStorage As ICalcStorage(Of CalcLocalIdentity,CalcExpression)
Dim autoCreate As System.Boolean
Dim value As CalcCalculationManager
 
value = instance.GetCalculationManager(source, formulaStorage, autoCreate)

Parameters

source
The source.
formulaStorage
The formula storage.
autoCreate
if set to true [auto create].
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcService Class
CalcService Members

 

 


Copyright © GrapeCity, inc. All rights reserved.