DataBarBorder.Color Property
Gets an object that specifies the color of the border of data bars specified by a conditional formatting rule.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Color As Object
Get
'Usage
Dim instance As DataBarBorder
Dim value As Object
value = instance.Color
Object Color { get; }
Property Value
Type: System.Object
An object that specifies the color of the border of data bars specified by a conditional formatting rule.
Remarks
Read-only.