_Application.International Property
Returns information about the current country/region and international settings.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property International ( _
Index As WdInternationalIndex _
) As Object
Get
'Usage
Dim instance As _Application
Dim Index As WdInternationalIndex
Dim value As Object
value = instance.International(Index)
Object this[
WdInternationalIndex Index
] { get; }
Parameters
- Index
Type: Microsoft.Office.Interop.Word.WdInternationalIndex
Required WdInternationalIndex. The current country/region and/or international setting.
Property Value
Type: System.Object