XlReadingOrder Enumeration

Specifies the reading order for the specified object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("34A545F2-2447-4991-9CD2-B7F0D5707591")> _
Public Enumeration XlReadingOrder
'Usage
Dim instance As XlReadingOrder
[GuidAttribute("34A545F2-2447-4991-9CD2-B7F0D5707591")]
public enum XlReadingOrder

Members

Member name Description
xlContext According to context.
xlLTR Left-to-right.
xlRTL Right-to-left.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace