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