Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcService Class
CalcService Members

 

 


Copyright © GrapeCity, inc. All rights reserved.