NegativeBarFormat.BorderColorType Property

Definition

Gets whether to use the same border color as positive data bars.

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

Property Value

Specifies whether to use the same border color as positive data bars.

Remarks

Read/write.

If you set the BorderColorType property to xlDataBarColor, use the BorderColor of the NegativeBarFormat to return a FormatColor object that you can use to specify the border color.

Applies to