Share via


SmartArtLayouts.Item Property

Gets a SmartArtLayout object at the specified index or with the specified unique identifier.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As SmartArtLayout
    Get
'Usage
Dim instance As SmartArtLayouts
Dim Index As Object
Dim value As SmartArtLayout

value = instance(Index)
SmartArtLayout this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.SmartArtLayout

See Also

Reference

SmartArtLayouts Interface

SmartArtLayouts Members

Microsoft.Office.Core Namespace