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
Index
Type: System.ObjectSpecifies either the index or the location of the SmartArtLayout object.
Property Value
Type: Microsoft.Office.Core.SmartArtLayout