Share via


NegativeBarFormat.Color Property

Gets a FormatColor object that you can use to specify the fill 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 Color As Object
    Get
'Usage
Dim instance As NegativeBarFormat
Dim value As Object

value = instance.Color
Object Color { get; }

Property Value

Type: System.Object
A FormatColor object that you can use to specify the fill color for negative data bars.

Remarks

Read-only.

See Also

Reference

NegativeBarFormat Interface

NegativeBarFormat Members

Microsoft.Office.Interop.Excel Namespace