Interior Object

Description

Represents the interior of an object. Both cells (Range objects) and graphic objects use the Interior object.

Accessors

The Interior property returns the interior of an object. The following example sets the interior color for all the ovals on the worksheet named "Sheet1."


Worksheets("sheet1").Ovals.Interior.ColorIndex = 3

Properties

Application Property, Color Property, ColorIndex Property, Creator Property, Parent Property, Pattern Property, PatternColor Property, PatternColorIndex Property.