HangulAndAlphabetExceptions.Item Property

Returns an individual object in a collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    ByRef Index As Object _
) As HangulAndAlphabetException
    Get
'Usage
Dim instance As HangulAndAlphabetExceptions
Dim Index As Object
Dim value As HangulAndAlphabetException

value = instance(Index)
HangulAndAlphabetException this[
    ref Object Index
] { get; }

Parameters

  • Index
    Type: System.Object%
    An Object indicating the ordinal position or a string representing the name of the individual object.

Property Value

Type: Microsoft.Office.Interop.Word.HangulAndAlphabetException

See Also

Reference

HangulAndAlphabetExceptions Interface

HangulAndAlphabetExceptions Members

Microsoft.Office.Interop.Word Namespace