Home ยป XlOrientation enumeration
Learn
Formatting Cells Alignment with VBA
You can learn: Formatting Cells Alignment with VBA, include Text Alignment, Text Control, Right-to-left and Orientation. Take this course now!
Range.IndentLevel property Range.AddIndent property Range.Orientation property XlOrientation enumeration Range.ReadingOrder property XlReadingOrder enumeration Range.MergeCells property Range.ShrinkToFit property Range.WrapText property Range.VerticalAlignment property XlHAlign enumeration Range.HorizontalAlignment property
Docs
XlOrientation enumeration
Specifies the text orientation. Name Value Description xlDownward -4170 Text runs downward. xlHorizontal -4128 Text runs horizontally. xlUpward -4171 Text runs upward. […]