Interior Interior Interior Interface
Definition
Represents the interior of an object.
public interface class Interior
[System.Runtime.InteropServices.Guid("00020870-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Interior
Public Interface Interior
- Attributes
Remarks
Use the Interior property to return the Interior object.
Properties
Application Application Application |
Returns an Application object that represents the Microsoft Excel application. |
Color Color Color |
Returns or sets the primary cell shading color or drawing object fill color. |
ColorIndex ColorIndex ColorIndex |
Returns or sets the color of the interior. |
Creator Creator Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Gradient Gradient Gradient |
Gets or sets the Gradient property of an Interior object of a selection. |
InvertIfNegative InvertIfNegative InvertIfNegative |
True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. |
Parent Parent Parent |
Returns the parent object for the specified object. |
Pattern Pattern Pattern |
Returns or sets the interior pattern. |
PatternColor PatternColor PatternColor |
Returns or sets the color of the interior pattern as an RGB value. |
PatternColorIndex PatternColorIndex 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 PatternThemeColor PatternThemeColor |
Gets or sets a theme color pattern for an Interior object. |
PatternTintAndShade PatternTintAndShade PatternTintAndShade |
Gets or sets a tint and shade pattern for an Interior object. |
ThemeColor ThemeColor ThemeColor |
Gets or sets the theme color in the applied color scheme that is associated with the specified object. |
TintAndShade TintAndShade TintAndShade |
Gets or sets a value that lightens or darkens a color. |