Footnotes.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 ( _
    Index As Integer _
) As Footnote
    Get
'Usage
Dim instance As Footnotes
Dim Index As Integer
Dim value As Footnote

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

Parameters

  • Index
    Type: System.Int32
    An Integer indicating the ordinal position of the individual object.

Property Value

Type: Microsoft.Office.Interop.Word.Footnote

See Also

Reference

Footnotes Interface

Footnotes Members

Microsoft.Office.Interop.Word Namespace