DisplayFormat.ReadingOrder Property
Gets the reading order of the associated Range object as it is displayed in the current user interface.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ReadingOrder As Integer
Get
'Usage
Dim instance As DisplayFormat
Dim value As Integer
value = instance.ReadingOrder
int ReadingOrder { get; }
Property Value
Type: System.Int32
The reading order of the associated Range object as it is displayed in the current user interface.
Remarks
Read-only.