Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a VB.NET application that I use to gather statistics and then output
to a word document in the form of tables and graphs. I want the text in the header row in one of my tables to be vertical. I've tried using the Cells.VerticalAlignment property but it doesn't have any affect on the cell. Does anyone have an idea on how to do this? |
#2
![]() |
|||
|
|||
![]()
You'll need to iterate the cells in the first row. For each cell:
Cell.Range.Orientation = wdTextOrientationUpward "jcooper" wrote in message ... I have a VB.NET application that I use to gather statistics and then output to a word document in the form of tables and graphs. I want the text in the header row in one of my tables to be vertical. I've tried using the Cells.VerticalAlignment property but it doesn't have any affect on the cell. Does anyone have an idea on how to do this? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I tie Table Numbers to references in the text? | Tables | |||
Table AutoFormats vs. Table Styles confusion | Tables | |||
Resources for Long Document Management | Microsoft Word Help | |||
Any way to link text with Figure or Table number? | Microsoft Word Help | |||
Outline | Page Layout |