Share via


AxisTitle.ReadingOrder Property

Returns or sets the reading order for the specified object.

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

Syntax

'Declaration
Property ReadingOrder As Integer
    Get
    Set
'Usage
Dim instance As AxisTitle
Dim value As Integer

value = instance.ReadingOrder

instance.ReadingOrder = value
int ReadingOrder { get; set; }

Property Value

Type: System.Int32

Remarks

The ReadingOrder property can be one of the following constants: xlRTL (right-to-left), xlLTR (left-to-right), or xlContext.

Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

See Also

Reference

AxisTitle Interface

AxisTitle Members

Microsoft.Office.Interop.Excel Namespace