DataBar
Direction Property
 | 
Gets or sets the direction the databar is displayed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public TextDirectionType Direction { get; set; }
 
Public Property Direction As TextDirectionType
	Get
	Set
 
public:
property TextDirectionType Direction {
	TextDirectionType get ();
	void set (TextDirectionType value);
}
 
member Direction : TextDirectionType with get, set
 
 
 
Property Value
Type:
TextDirectionType
 
See Also