DataLabels.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 DataLabel
    Get
'Usage
Dim instance As DataLabels
Dim Index As Object
Dim value As DataLabel

value = instance(Index)
DataLabel 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.DataLabel
DataLabel

See Also

Reference

DataLabels Interface

DataLabels Members

Microsoft.Office.Interop.Word Namespace