NegativeBarFormat.BorderColorType 属性

定义

获取是否使用与正数据条相同的边框颜色。

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

属性值

指定是否使用与正值数据条相同的边框颜色。

注解

读/写。

如果将 属性设置为 BorderColorTypexlDataBarColor,请使用 BorderColorNegativeBarFormat 返回 FormatColor 可用于指定边框颜色的 对象。

适用于