Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormat Class / Bidi Property

In This Topic
    Bidi Property (TableFormat)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property Bidi As System.Boolean
    public System.bool Bidi {get; set;}
    See Also