Create a bullet list in Word using C#
I am trying to create a bullet list in Word over a series of paragraphs using C#. Reading up on this it looks like I have to create a ‘Range’ from the first paragraph to the last paragraph I want in the list and then apply a list template to the range. My current code is: