Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Reference

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Excel Object Model Reference (Visual Studio Tools for Office)
ExcelLocale1033Attribute Class

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
C#
[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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker