ExcelLocale1033Attribute Class (2007 System)

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.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly)> _
Public NotInheritable Class ExcelLocale1033Attribute _
    Inherits Attribute
'Usage
Dim instance As ExcelLocale1033Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly)]
public sealed class ExcelLocale1033Attribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly)]
public ref class ExcelLocale1033Attribute sealed : public Attribute
public final class ExcelLocale1033Attribute extends Attribute

Remarks

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.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Office.Tools.Excel.ExcelLocale1033Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExcelLocale1033Attribute Members

Microsoft.Office.Tools.Excel Namespace

Other Resources

Formatting Data in Excel with Various Regional Settings

Extending Metadata Using Attributes