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)

Syntax

'Declaration
Public Enumeration XlTextVisualLayoutType
'Usage
Dim instance As XlTextVisualLayoutType
public enum XlTextVisualLayoutType

Members

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace