Share via


ExcelServicesJob.IncludeHeader Property

Gets or sets whether the header is included in the output used by the results collection for the Schedule and ScheduledRunNow methods.

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

value = instance.IncludeHeader

instance.IncludeHeader = value
public bool IncludeHeader { get; set; }

Property Value

Type: System.Boolean
If true, the header is included; otherwise, false.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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