ExcelLocale1033Attribute.Enabled Property (2007 System)
Gets a value that indicates whether the locale ID 1033 is used for every call to the Microsoft Office Excel object model.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Enabled As Boolean
'Usage
Dim instance As ExcelLocale1033Attribute
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
bool get ();
}
public function get Enabled () : boolean
Property Value
Type: System.Boolean
true if your code sends the locale ID 1033 with every call to the Excel object model; false if your code sends the locale ID of the user's Windows locale setting.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExcelLocale1033Attribute Class
ExcelLocale1033Attribute Members
Microsoft.Office.Tools.Excel Namespace