Specifies whether to pass the locale ID (LCID) 1033 to Microsoft Office Excel for all culture-sensitive calls to the Excel object model, regardless of the locale settings defined for the computer.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in microsoft.office.tools.excel.dll)
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Assembly)> _
Public NotInheritable Class ExcelLocale1033Attribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly)]
public sealed class ExcelLocale1033Attribute : Attribute
LCID 1033 is English (United States). All data that is formatted differently in different cultures, such as dates and currency, must use United States formatting when it is passed using this LCID.
ExcelLocale1033Attribute is an assembly-level attribute.
For more information about using attributes, see Extending Metadata Using Attributes.
System.Object
System.Attribute
Microsoft.Office.Tools.Excel.ExcelLocale1033Attribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.