Share via


ExcelServicesJob.DataCultureName Property

Gets or sets the data culture based on the name, used in opening the template workbook for 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 Property DataCultureName As String
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As String

value = instance.DataCultureName

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

Property Value

Type: System.String
The name of the culture.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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