SmartArtColors.Item Property
Gets a SmartArtColor 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 SmartArtColor
Get
'Usage
Dim instance As SmartArtColors
Dim Index As Object
Dim value As SmartArtColor
value = instance(Index)
SmartArtColor this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectSpecifies either the index or the identifier of the SmartArt color.
Property Value
Type: Microsoft.Office.Core.SmartArtColor