Share via


Points.Item Property

Returns a single object from the 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 Point
    Get
'Usage
Dim instance As Points
Dim Index As Integer
Dim value As Point

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

Parameters

  • Index
    Type: System.Int32
    Required Integer. The index number for the object.

Property Value

Type: Microsoft.Office.Interop.Word.Point
Point

See Also

Reference

Points Interface

Points Members

Microsoft.Office.Interop.Word Namespace