SmartArtQuickStyles.Item Property

Gets a SmartArtQuickStyle 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 SmartArtQuickStyle
    Get
'Usage
Dim instance As SmartArtQuickStyles
Dim Index As Object
Dim value As SmartArtQuickStyle

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

Parameters

Property Value

Type: Microsoft.Office.Core.SmartArtQuickStyle

See Also

Reference

SmartArtQuickStyles Interface

SmartArtQuickStyles Members

Microsoft.Office.Core Namespace