ExcelServicesJob.ProcessCompleteResult Method (Boolean, Int32, Int32, String, , String)
Processes the results of a completed job and stores the collected results in the ResultWork property.
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 ProcessCompleteResult ( _
IncludeHeader As Boolean, _
StartRow As Integer, _
StartCol As Integer, _
TemplateFile As String, _
FileLocationType As LocationType, _
Location As String _
)
'Usage
Dim instance As ExcelServicesJob
Dim IncludeHeader As Boolean
Dim StartRow As Integer
Dim StartCol As Integer
Dim TemplateFile As String
Dim FileLocationType As LocationType
Dim Location As String
instance.ProcessCompleteResult(IncludeHeader, _
StartRow, StartCol, TemplateFile, _
FileLocationType, Location)
public void ProcessCompleteResult(
bool IncludeHeader,
int StartRow,
int StartCol,
string TemplateFile,
LocationType FileLocationType,
string Location
)
Parameters
- IncludeHeader
Type: System.Boolean
Indicates whether to include the header in the results.
- StartRow
Type: System.Int32
Indicates the row in which to start placing the results in the template file.
- StartCol
Type: System.Int32
Indicates the column in which to start placing the results in the template file.
- TemplateFile
Type: System.String
Indicates the template file where the results should be placed.
- FileLocationType
Type: LocationType
Indicates the location type of the template file.
- Location
Type: System.String
The location of the file.
See Also
Reference
ProcessCompleteResult Overload
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace