Databar.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).