Share via


CustomLayouts.Item Property

Returns a single object from the specified collection.

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

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Object _
) As CustomLayout
    Get
'Usage
Dim instance As CustomLayouts
Dim Index As Object
Dim value As CustomLayout

value = instance.Item(Index)
CustomLayout this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object
    The name or index number of the single object in the collection to be returned.

Property Value

Type: Microsoft.Office.Interop.PowerPoint.CustomLayout

See Also

Reference

CustomLayouts Interface

CustomLayouts Members

Microsoft.Office.Interop.PowerPoint Namespace