Share via


Interior.ColorIndex Property

Returns or sets a Variant value that represents the color of the interior.

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#SameCHM] constants:

  • xlColorIndexAutomatic

  • xlColorIndexNone

See Also

Reference

Interior Interface

Interior Members

Microsoft.Office.Interop.PowerPoint Namespace