NegativeBarFormat.BorderColorType Property
Gets whether to use the same border color as positive data bars.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property BorderColorType As XlDataBarNegativeColorType
Get
Set
'Usage
Dim instance As NegativeBarFormat
Dim value As XlDataBarNegativeColorType
value = instance.BorderColorType
instance.BorderColorType = value
XlDataBarNegativeColorType BorderColorType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlDataBarNegativeColorType
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.