Share via


ExcelServicesJob.Coordinates Property

Gets or sets the coordinate to output the results in the workbook template.

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 Coordinates As String
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As String

value = instance.Coordinates

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

Property Value

Type: System.String
The coordinate to output the results.

Remarks

The coordinate in the workbook template to place the results is used to collect the results for the Schedule and ScheduledRunNow methods.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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