SeriesCollection.Item Property

Returns a single object from 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 Object _
) As Series
    Get
'Usage
Dim instance As SeriesCollection
Dim Index As Object
Dim value As Series

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

Parameters

  • Index
    Type: System.Object
    The name or index number for the object.

Property Value

Type: Microsoft.Office.Interop.Word.Series
Returns Series.

See Also

Reference

SeriesCollection Interface

SeriesCollection Members

Microsoft.Office.Interop.Word Namespace