Share via


_QueryTable.TextFileVisualLayout Property

Returns or sets a XlTextVisualLayoutType constant that indicates 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
Property TextFileVisualLayout As XlTextVisualLayoutType
    Get
    Set
'Usage
Dim instance As _QueryTable
Dim value As XlTextVisualLayoutType

value = instance.TextFileVisualLayout

instance.TextFileVisualLayout = value
XlTextVisualLayoutType TextFileVisualLayout { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlTextVisualLayoutType

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace