NegativeBarFormat.BorderColor Property
Gets a FormatColor object that you can use to specify the border color for negative data bars.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property BorderColor As Object
Get
'Usage
Dim instance As NegativeBarFormat
Dim value As Object
value = instance.BorderColor
Object BorderColor { get; }
Property Value
Type: System.Object
A FormatColor object that you can use to specify the border color for negative data bars.
Remarks
Read-only.