Share via


Interior.ColorIndex Property

Returns or sets the color of the interior. Read/write.

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

Syntax

'Declaration
Property ColorIndex As Object
    Get
    Set
'Usage
Dim instance As Interior
Dim value As Object

value = instance.ColorIndex

instance.ColorIndex = value
Object ColorIndex { get; set; }

Property Value

Type: System.Object

Remarks

The color is specified as an index value into the current color palette, or as one of the following XlColorIndex constants:

See Also

Reference

Interior Interface

Interior Members

Microsoft.Office.Interop.PowerPoint Namespace