System.CountryRegion Property

Definition

Returns the country/region designation of the system.

public:
 property Microsoft::Office::Interop::Word::WdCountry CountryRegion { Microsoft::Office::Interop::Word::WdCountry get(); };
public Microsoft.Office.Interop.Word.WdCountry CountryRegion { get; }
member this.CountryRegion : Microsoft.Office.Interop.Word.WdCountry
Public ReadOnly Property CountryRegion As WdCountry

Property Value

Remarks

WdCountry can be one of these WdCountry constants.

wdArgentina

wdCanada

wdChina

wdFinland

wdGermany

wdItaly

wdKorea

wdMexico

wdNorway

wdSpain

wdTaiwan

wdUS

wdBrazil

wdChile

wdDenmark

wdFrance

wdIceland

wdJapan

wdLatinAmerica

wdNetherlands

wdPeru

wdSweden

wdUK

wdVenezuela

Applies to