XlReadingOrder 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 the reading order for the specified object.
public enum class XlReadingOrder
public enum XlReadingOrder
type XlReadingOrder =
Public Enum XlReadingOrder
- Inheritance
-
XlReadingOrder
Fields
Name | Value | Description |
---|---|---|
xlRTL | -5004 | Right-to-left. |
xlLTR | -5003 | Left-to-right. |
xlContext | -5002 | According to context. |