Share via


ResultCollection.GetCellsForRow Method

Collects the result values from the cells defined in the ResultCollection object.

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 GetCellsForRow ( _
    Job As ExcelServicesWork _
)
'Usage
Dim instance As ResultCollection
Dim Job As ExcelServicesWork

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

Parameters

See Also

Reference

ResultCollection Class

ResultCollection Members

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