Note: This API is now obsolete.
 
 Returns or sets whether table is right to left.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Bidi" property.")]
public bool Bidi { get; set; }
 
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Bidi" property.")>
Public Property Bidi As Boolean
	Get
	Set
 
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.Bidi" property.")]
property bool Bidi {
	bool get ();
	void set (bool value);
}
 
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Bidi" property.")>]
member Bidi : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also