Share via


ColorSchemes.Item Property

Returns a single ColorScheme object from the specified ColorSchemes collection.

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

Syntax

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

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

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorScheme

See Also

Reference

ColorSchemes Interface

ColorSchemes Members

Microsoft.Office.Interop.PowerPoint Namespace