Skip to content

Files

Latest commit

 

History

History
28 lines (17 loc) · 730 Bytes

Excel.Range.ReadingOrder.md

File metadata and controls

28 lines (17 loc) · 730 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ReadingOrder property (Excel)
vbaxl10.chm144227
vbaxl10.chm144227
Excel.Range.ReadingOrder
f367af66-21c8-b63f-7a92-3756ee711b18
05/11/2019
medium

Range.ReadingOrder property (Excel)

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

Syntax

expression.ReadingOrder

expression A variable that represents a Range object.

[!includeSupport and feedback]