返回或设置内部图案的颜色,表示为当前调色板中的颜色编号或以下 XlColorIndex 常量之一。Variant 类型,可读写。
XlColorIndex 可为以下 XlColorIndex 常量之一。 |
xlColorIndexAutomatic |
xlColorIndexNone |
expression PatternColorIndex
expression 必需。该表达式返回“应用于”列表中的对象之一。
将本属性设置为 xlColorIndexAutomatic,表示单元格使用自动图案或图形对象使用自动填充样式。将本属性设置为 xlColorIndexNone,则表示不希望使用图案(等价于将 Interior 对象的 Pattern 属性设置为 xlPatternNone)。
本示例设置图表区内部图案的颜色。
myChart.ChartArea.Interior.PatternColorIndex = 5