XlTextVisualLayoutType Enumeration 

Specifies whether the visual layout of the text being imported is left-to-right or right-to-left.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlTextVisualLayoutType1 As XlTextVisualLayoutType = XlTextVisualLayoutType.xlTextVisualLTR

Syntax

Public Enum XlTextVisualLayoutType
public enum XlTextVisualLayoutType
public enum class XlTextVisualLayoutType
public enum XlTextVisualLayoutType
public enum XlTextVisualLayoutType

Members

Member name Description
xlTextVisualLTR Left to right.
xlTextVisualRTL Right to left.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace