Compartir a través de


DataLabels.ReadingOrder Property

Returns or sets the reading order for the specified object. Can be one of the following constants: xlRTL (right-to-left), xlLTR (left-to-right), or xlContext. Read/write Integer.

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 DataLabels
Dim value As Integer

value = instance.ReadingOrder

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

Property Value

Type: System.Int32

Remarks

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

DataLabels Interface

DataLabels Members

Microsoft.Office.Interop.Excel Namespace