Application.SetRTLTable method (Project)

Sets column order from right to left, for a selected table in a report.

Syntax

expression.SetRTLTable

expression A variable that represents an Application object.

Return value

Boolean

True if the column order is set from right to left; otherwise, False.

Remarks

The SetRTLTable method can be used to change the table columns from left-to-right order for languages such as English, to right-to-left for languages such as Arabic, Farsi, and Hebrew.

If a report is not active, the SetRTLTable method displays a dialog box with run-time error 1100, "The method is not available in this situation."

See also

Application Object

SetLTRTable ReportTable Object Shape.Table Property

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.