Edit

Share via


Databar.Direction Property

Definition

Gets or sets the direction the databar is displayed.

public:
 property int Direction { int get(); void set(int value); };
public int Direction { get; set; }
Public Property Direction As Integer

Property Value

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).

Applies to