Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 603 Bytes

4f0588b6-2570-fe2f-0cbe-09868b77cff3.md

File metadata and controls

35 lines (16 loc) · 603 Bytes

Range.Orientation Property (Excel)

Returns or sets a Variant value that represents the text orientation.

Syntax

expression . Orientation

expression A variable that represents a Range object.

Remarks

The value of this property can be set to an integer value from -90 to 90 degrees or to one of the following constants:

| xlDownward| | xlHorizontal| | xlUpward| | xlVertical|

See also

Concepts

Range Object

Other resources

Range Object Members