Share via


ExcelServicesJob.Workbook Property

Gets the workbook result output from the ProcessCompleteResult method.

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 ReadOnly Property Workbook As Byte()
    Get
'Usage
Dim instance As ExcelServicesJob
Dim value As Byte()

value = instance.Workbook
public byte[] Workbook { get; }

Property Value

Type: []
The workbook result output.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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