_Application.International[WdInternationalIndex] Property

Definition

Returns information about the current country/region and international settings.

public:
 property System::Object ^ International[Microsoft::Office::Interop::Word::WdInternationalIndex] { System::Object ^ get(Microsoft::Office::Interop::Word::WdInternationalIndex Index); };
public object International[Microsoft.Office.Interop.Word.WdInternationalIndex Index] { get; }
member this.International(Microsoft.Office.Interop.Word.WdInternationalIndex) : obj
Public ReadOnly Property International(Index As WdInternationalIndex) As Object

Parameters

Index
WdInternationalIndex

Required WdInternationalIndex. The current country/region and/or international setting.

Property Value

Applies to