[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableFormat.Bidi

Bidi Property

Bidi

Gets or sets a value indicating whether the cells in this table shall be visually represented in a right to left direction. This property also affects the application of all table-level properties. When this property is specified, then the ordering of all cells (and table-level properties) in this table shall be applied to the table assuming that the table is a normal left to right table, but the table cells shall be displayed in a right to left direction.

Declaration
public bool Bidi { get; set; }
Public Property Bidi As Boolean