Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 832 Bytes

Access.Form.Orientation.md

File metadata and controls

37 lines (23 loc) · 832 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Form.Orientation property (Access)
vbaac10.chm13480
vbaac10.chm13480
Access.Form.Orientation
25a13b75-48b7-69bd-4d70-e9aa8a94652e
03/14/2019
medium

Form.Orientation property (Access)

Use the Orientation property to specify or determine the view orientation. Read/write Byte.

Syntax

expression.Orientation

expression A variable that represents a Form object.

Remarks

The Orientation property uses the following settings.

Setting Visual Basic Description
Left-to-Right 0 Sets the view orientation to left to right.
Right-to-Left 1 Sets the view orientation to right to left.

[!includeSupport and feedback]