Partager via


Characters.Item Property

Gets 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 ( _
    Index As Integer _
) As Range
    Get
'Usage
Dim instance As Characters
Dim Index As Integer
Dim value As Range

value = instance(Index)
Range this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    A value that indicates the ordinal position of the individual object.

Property Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Characters Interface

Characters Members

Microsoft.Office.Interop.Word Namespace