XlTextVisualLayoutType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the visual layout of the text being imported is left-to-right or right-to-left.
public enum class XlTextVisualLayoutType
public enum XlTextVisualLayoutType
Public Enum XlTextVisualLayoutType
- Inheritance
-
XlTextVisualLayoutType
Fields
Name | Value | Description |
---|---|---|
xlTextVisualLTR | 1 | Left to right. |
xlTextVisualRTL | 2 | Right to left. |