Interior Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |