Share via


Databar.Direction Property

Gets or sets the direction the databar is displayed.

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

Syntax

'Declaration
Property Direction As Integer
    Get
    Set
'Usage
Dim instance As Databar
Dim value As Integer

value = instance.Direction

instance.Direction = value
int Direction { get; set; }

Property Value

Type: System.Int32
The direction the databar is displayed.

Remarks

Read/write.

Can be one of the following Constants: xlContext, xlLTR (left-to-right), or xlRTL (right-to-left).

See Also

Reference

Databar Interface

Databar Members

Microsoft.Office.Interop.Excel Namespace