Interior Property

Applies To

Arc Object, Arcs Collection, AxisTitle Object, ChartArea Object, ChartObject Object, ChartObjects Collection, ChartTitle Object, CheckBox Object, DataLabel Object, DataLabels Collection, DownBars Object, Drawing Object, DrawingObjects Collection, Drawings Collection, Floor Object, GroupObject Object, GroupObjects Collection, Legend Object, LegendKey Object, OLEObject Object, OLEObjects Collection, OptionButton Object, OptionButtons Collection, Oval Object, Ovals Collection, Picture Object, Pictures Collection, PlotArea Object, Point Object, Range Object, Rectangle Object, Rectangles Collection, Series Object, Style Object, TextBox Object, TextBoxes Collection, UpBars Object, Walls Object.

Description

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

Example

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


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