ExcelServicesWork.PerformCalculations Method
Performs calculations for the input row of cells.
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
'Usage
Dim instance As ExcelServicesWork
instance.PerformCalculations()
public void PerformCalculations()
Remarks
This method first iterates through the InputRow object in the InputCollection property. It then sets the corresponding cells, performs the calculation for the row of cells, collects the result cells, and iterates through the remainder of the rows in the same way.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace