Enum values for Office interop via dynamic object
问题 I am using COM interop for Word automation within my Silverlight-Ouf-Of-Browser application. This means that I can't reference COM directly but instead I rely on dynamic. Now I would like to call the following method: Range.Collapse(WdCollapseDirection direction). How do I find out what values are mapped to the individual enum values (e.g.does wdCollapseEnd have a value of 1 or 2)? Kind regards! PS: For further info on the method signature see http://msdn.microsoft.com/de-de/library/microsoft