DataLabel.ReadingOrder Property

Returns or sets an Integer corresponding to one of the XlReadingOrder constant that represents the reading order for the specified object. Read/write

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

Syntax

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

value = instance.ReadingOrder

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

Property Value

Type: System.Int32
Integer

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Word Namespace