ExcelServicesWork.UICulture Property

Gets or sets the user interface culture for opening a workbook.

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 UICulture As CultureInfo
    Get
    Set
'Usage
Dim instance As ExcelServicesWork
Dim value As CultureInfo

value = instance.UICulture

instance.UICulture = value
public CultureInfo UICulture { get; set; }

Property Value

Type: System.Globalization.CultureInfo
The information about the culture.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

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