ExcelServicesWork.WorkbookUrl Property

Gets or sets the location of the workbook to open.

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 Property WorkbookUrl As String
    Get
    Set
'Usage
Dim instance As ExcelServicesWork
Dim value As String

value = instance.WorkbookUrl

instance.WorkbookUrl = value
public string WorkbookUrl { get; set; }

Property Value

Type: System.String
The location of the workbook.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

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