Usage APISpreadsheet APIEnumerationAngleOn this pageAngle Specifies the range angle. Type Enumeration Values "xlDownward" "xlHorizontal" "xlUpward" "xlVertical" Example This example specifys that the range contents will be rotated upward. worksheet.GetRange("A1").SetOrientation("xlUpward");