ErrorCheckingOptions.IndicatorColorIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置错误检查选项的指示器的颜色。
public:
property Microsoft::Office::Interop::Excel::XlColorIndex IndicatorColorIndex { Microsoft::Office::Interop::Excel::XlColorIndex get(); void set(Microsoft::Office::Interop::Excel::XlColorIndex value); };
public Microsoft.Office.Interop.Excel.XlColorIndex IndicatorColorIndex { get; set; }
Public Property IndicatorColorIndex As XlColorIndex
属性值
注解
XlColorIndex 可以是以下 XlColorIndex 常量之一:
xlColorIndexAutomatic 默认系统颜色。
xlColorIndexNone 未与此属性一起使用。
通过输入相应的索引值可为指示器指定特殊的颜色。 可以使用 Colors[Object] 属性返回当前调色板。
下图展示了默认调色板中的颜色索引值。