Share via


Rows.Item Property

Returns a single Row object from the specified Rows collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As Row
    Get
'Usage
Dim instance As Rows
Dim Index As Integer
Dim value As Row

value = instance(Index)
Row this[
    int Index
] { get; }

Parameters

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Row
Row

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.PowerPoint Namespace