Tim Beck
Posts: 9
Joined: 2006-09-21
|
I want to call the Shapes.AddTextbox() method (Add-in Express .NET, Excel).
This method requires the first parameter to be of type msoTextOrientation, of which I want to use msoTextOrientationHorizontal. I can't find it anywhere - including in AddinExpress.MSO.
The object browse gives the definition of the parameter as:
Office.MsoTextOrientation Orientation.
Can anyone help?
TIA
Tim. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Tim.
The Office.MsoTextOrientation type is defined in the Office.dll assembly that should be included in the add-in project. Please look at the References section of the project. |
|