Interior Members
Include Protected Members
Include Inherited Members
Represents the interior of an object.
The Interior type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Color | Returns or sets the primary cell shading color or drawing object fill color. | |
ColorIndex | Returns or sets the color of the interior. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Gradient | Gets or sets the Gradient property of an Interior object of a selection. | |
InvertIfNegative | True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
Parent | Returns the parent object for the specified object. | |
Pattern | Returns or sets the interior pattern. | |
PatternColor | Returns or sets the color of the interior pattern as an RGB value. | |
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. | |
PatternThemeColor | Gets or sets a theme color pattern for an Interior object. | |
PatternTintAndShade | Gets or sets a tint and shade pattern for an Interior object. | |
ThemeColor | Gets or sets the theme color in the applied color scheme that is associated with the specified object. | |
TintAndShade | Gets or sets a value that lightens or darkens a color. |
Top