Share via


Databar.AxisColor Property

Gets the color of the axis for cells with conditional formatting as data bars.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property AxisColor As Object
    Get
'Usage
Dim instance As Databar
Dim value As Object

value = instance.AxisColor
Object AxisColor { get; }

Property Value

Type: System.Object
The color of the axis for cells with conditional formatting as data bars.

Remarks

Read-only.

See Also

Reference

Databar Interface

Databar Members

Microsoft.Office.Interop.Excel Namespace