Trendlines.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 Object _
) As Trendline
    Get
'Usage
Dim instance As Trendlines
Dim Index As Object
Dim value As Trendline

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

Parameters

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

Property Value

Type: Microsoft.Office.Interop.Word.Trendline
Trendline .

See Also

Reference

Trendlines Interface

Trendlines Members

Microsoft.Office.Interop.Word Namespace