Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.2 KB

Project.application.setltrtable.md

File metadata and controls

48 lines (27 loc) · 1.2 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.SetLTRTable method (Project)
vbapj.chm1520
vbapj.chm1520
project-server
33aee9ba-da55-c83c-a1cf-27b5751c3fdf
06/08/2017
medium

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

Application Object

SetRTLTable ReportTable Object Shape.Table Property

[!includeSupport and feedback]