Share via


InputCollection.PerformCalculations Method (ExcelServicesWork)

Performs the calculations on all of the InputRow objects of the InputCollection object by using the specified ExcelServicesWork object parameter as the context for execution.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub PerformCalculations ( _
    Job As ExcelServicesWork _
)
'Usage
Dim instance As InputCollection
Dim Job As ExcelServicesWork

instance.PerformCalculations(Job)
public void PerformCalculations(
    ExcelServicesWork Job
)

Parameters

See Also

Reference

InputCollection Class

InputCollection Members

PerformCalculations Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace