Back to Devexpress

TableRowAlignment Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-24b1f56f.md

latest1.6 KB
Original Source

TableRowAlignment Enum

Lists alignments allowed for the table row.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum TableRowAlignment
vb
<ComVisible(True)>
Public Enum TableRowAlignment

Members

NameDescription
Both

Justified.

| | Center |

Align center.

| | Distribute |

Distribute all characters equally.

| | Left |

Align left.

| | NumTab |

Align to the list tab.

| | Right |

Align right.

|

The following properties accept/return TableRowAlignment values:

Remarks

Use the TableRow.TableRowAlignment property to specify the alignment for an individual row.

See Also

DevExpress.XtraRichEdit.API.Native Namespace