Share via


InputRow.SetCellsForRow Method

Sets the values of the cells and collects the status value.

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

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

Parameters

See Also

Reference

InputRow Class

InputRow Members

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