I am new to VSTO development, so please bear with me! I am working on an add-in to Word which takes the elements from a String[] and types them in an ordered list (1., 2., 3., etc.). However, I am having great difficulty in doing this. Could someone please explain how to insert an ordered list into a Word Doc using VSTO for C#?
All help is greatly appreciated and I always accept an answer!
It has been answered here.
You have to retreive a ListTemplate from ListGalleries and then set styles for the ListLevel
Good example is given in the other post.