Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 518 Bytes

f367af66-21c8-b63f-7a92-3756ee711b18.md

File metadata and controls

24 lines (10 loc) · 518 Bytes

Range.ReadingOrder Property (Excel)

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 Long .

Syntax

expression . ReadingOrder

expression A variable that represents a Range object.

See also

Concepts

Range Object

Other resources

Range Object Members