Share via


ExcelServicesWork.OpenWorkbook Method

Opens the workbook specified by the constructor parameters or the WorkbookUrl 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 Function OpenWorkbook As String
'Usage
Dim instance As ExcelServicesWork
Dim returnValue As String

returnValue = instance.OpenWorkbook()
public string OpenWorkbook()

Return Value

Type: System.String
The SessionID property established by the OpenWorkbook call to the ExcelService Web service proxy object.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

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