Interior 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表一个对象的内部。
public interface class Interior
[System.Runtime.InteropServices.Guid("00020870-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Interior
Public Interface Interior
- 属性
注解
可用 Interior 属性返回 Interior 对象。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 |
Color |
返回或设置主单元格底纹颜色或绘图对象填充颜色。 |
ColorIndex |
返回或设置内部的颜色。 |
Creator |
返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 |
Gradient |
获取或设置选定内容的 Interior 对象的 Gradient 属性。 |
InvertIfNegative |
如此 如果 Microsoft Excel 反转项中的模式,当它对应于负数。 |
Parent |
返回指定对象的父对象。 |
Pattern |
返回或设置内部模式。 |
PatternColor |
以 RGB 值返回或设置内部图案的颜色。 |
PatternColorIndex |
返回或设置内部图案的颜色作为当前调色板的索引,或作为以下 XlColorIndex 常量之一: xlColorIndexAutomatic 或 xlColorIndexNone。 |
PatternThemeColor |
获取或设置 Interior 对象的主题颜色图案。 |
PatternTintAndShade |
获取或设置 Interior 对象的色调和阴影图案。 |
ThemeColor |
获取或设置与指定对象关联的应用配色方案中的主题颜色。 |
TintAndShade |
获取或设置一个使颜色变亮或变暗的值。 |