Share via


TabStops2.Item Method

Gets an individual object from the TabStops2 collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Item ( _
    Index As Object _
) As TabStop2
'Usage
Dim instance As TabStops2
Dim Index As Object
Dim returnValue As TabStop2

returnValue = instance(Index)
TabStop2 Item(
    Object Index
)

Parameters

Return Value

Type: Microsoft.Office.Core.TabStop2
TabStop2

See Also

Reference

TabStops2 Interface

TabStops2 Members

Microsoft.Office.Core Namespace