ApplicationClass.International Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property International ( _
Index As WdInternationalIndex _
) As Object
Get
'Usage
Dim instance As ApplicationClass
Dim Index As WdInternationalIndex
Dim value As Object
value = instance.International(Index)
public virtual Object this[
WdInternationalIndex Index
] { get; }
Parameters
Property Value
Type: System.Object
Implements
_Application.International[WdInternationalIndex]