Application.SetLTRTable method (Project)
Sets column order from left to right, for a selected table in a report.
Syntax
expression. SetLTRTable
expression A variable that represents an Application object.
Return value
Boolean
True if the column order is set from left to right; otherwise, False.
Remarks
The SetLTRTable method can be used to change the table columns from right-to-left order for languages such as Arabic, to left-to-right for languages such as English, German, and French.
If a report is not active, the SetLTRTable method displays a dialog box with run-time error 1100, "The method is not available in this situation."
See also
SetRTLTable 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.