Interior.PatternColorIndex 属性

定义

返回或设置内部图案的颜色作为当前调色板的索引,或作为以下 XlColorIndex 常量之一: xlColorIndexAutomaticxlColorIndexNone。 读/写。

public:
 property System::Object ^ PatternColorIndex { System::Object ^ get(); void set(System::Object ^ value); };
public object PatternColorIndex { get; set; }
member this.PatternColorIndex : obj with get, set
Public Property PatternColorIndex As Object

属性值

Object

注解

设置为 PatternColorIndexxlColorIndexAutomatic 可指定绘图对象的自动填充样式。 将其设置为 xlColorIndexNone 以指定你不需要模式 (这与将 设置为 PatternxlPatternNone) 相同。

适用于