NegativeBarFormat.ColorType 属性

定义

获取或设置是否使用与正数据条相同的填充颜色。

public:
 property Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType ColorType { Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType get(); void set(Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType value); };
public Microsoft.Office.Interop.Excel.XlDataBarNegativeColorType ColorType { get; set; }
Public Property ColorType As XlDataBarNegativeColorType

属性值

指定是否使用与正值数据条相同的填充色。

注解

读/写。

如果将 属性 ColorType 设置为 xlDataBarColor,请使用 Color 对象的 属性 NegativeBarFormat 返回 FormatColor 可用于指定填充颜色的 对象。

适用于