Share via


ExtraColors.Item Property

Returns a single color from the specified ExtraColors collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As Integer
    Get
'Usage
Dim instance As ExtraColors
Dim Index As Integer
Dim value As Integer

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

Parameters

  • Index
    Type: System.Int32
    The index number of the single object in the collection to be returned.

Property Value

Type: System.Int32
MsoRGBType

See Also

Reference

ExtraColors Interface

ExtraColors Members

Microsoft.Office.Interop.PowerPoint Namespace