Interior Object Members

Excel Developer Reference

Represents the interior of an object.

Properties

  Name Description
Bb242318.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb242318.properties(en-us,office.12).gif Color Returns or sets the primary color of the object, as shown in the table in the remarks section. Use the RGB function to create a color value. Read/write Variant.
Bb242318.properties(en-us,office.12).gif ColorIndex Returns or sets a Variant value that represents the color of the interior.
Bb242318.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.
Bb242318.properties(en-us,office.12).gif Gradient Returns or sets the Gradient property of an Interior object of a selection. Read-only
Bb242318.properties(en-us,office.12).gif InvertIfNegative True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. Read/write Variant.
Bb242318.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242318.properties(en-us,office.12).gif Pattern Returns or sets a Variant value, containing an xlPattern constant, that represents the interior pattern.
Bb242318.properties(en-us,office.12).gif PatternColor Returns or sets the color of the interior pattern as an RGB value. Read/write Variant.
Bb242318.properties(en-us,office.12).gif PatternColorIndex Returns or sets the color of the interior pattern as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Read/write Long.
Bb242318.properties(en-us,office.12).gif PatternThemeColor Returns or sets a theme color pattern for an Interior object. Read/write Variant.
Bb242318.properties(en-us,office.12).gif PatternTintAndShade Returns or sets a tint and shade pattern for an Interior object. Read/write Variant.
Bb242318.properties(en-us,office.12).gif ThemeColor Returns or sets the theme color in the applied color scheme that is associated with the specified object. Read/write Variant.
Bb242318.properties(en-us,office.12).gif TintAndShade Returns or sets a Single that lightens or darkens a color.