Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1785
WinForms Excel vertical text
posted

I know you can rotate text in an Excel cell, but how do you set vertical orientation?  See below.

within MS Excel you do this using the Format Cells dialog:

Parents
No Data
Reply
  • 7375
    Verified Answer
    Offline posted

    Hello Steve,


    You can set the rotation of the cell content in degrees, using IWorksheetCellFormat ‘rotation property.

    Keep in mind cell text rotation, in degrees; 0 – 90 is up 0 – 90 degrees, 91 – 180 is down 1 – 90 degrees, and 255 is vertical.

    So you should set it to 255 for vertical content.

    Regards,

Children
No Data