Interior Property

Applies To

AxisTitle object, ChartArea object, ChartObject object, ChartObjects collection object, ChartTitle object, DataLabel object, DataLabels collection object, DownBars object, Floor object, FormatCondition object, Legend object, LegendKey object, OLEObject object, OLEObjects collection object, PlotArea object, Point object, Range object, Series object, Style object, UpBars object, Walls object.

Description

Returns an Interior object that represents the interior of the specified object. Read-only.

Example

This example sets the interior color for cell A1 on Sheet1 to cyan.

Worksheets("Sheet1").Range("A1").Interior.ColorIndex = 8