Share via


TabStops.Item Property

Returns a single tab stop from the specified TabStops collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As TabStop
    Get
'Usage
Dim instance As TabStops
Dim Index As Integer
Dim value As TabStop

value = instance.Item(Index)
TabStop this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    The index number of the single TabStop object in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.TabStop

See Also

Reference

TabStops Interface

TabStops Members

Microsoft.Office.Interop.PowerPoint Namespace