Missing Enumerator?

Add-in Express™ Support Service
That's what is more important than anything else

Missing Enumerator?
I can't find the msoTextOrientation enumeration 
Tim Beck


Guest


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.
Posted 21 Sep, 2006 17:20:15 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
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.
Posted 22 Sep, 2006 09:09:25 Top