Databar.BarColor Property
Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property BarColor As Object
Get
'Usage
Dim instance As Databar
Dim value As Object
value = instance.BarColor
Object BarColor { get; }
Property Value
Type: System.Object
Object