Please tell me I want lowercase numbering list in word using Interop. I think it is built in property. Please tell me.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
chetan AllipurPosted May 9, 2017, 3:09 AM
Selection wordSelection = Globals.ThisAddIn.Application.Selection;
wordSelection.set_Style(WdBuiltinStyle.wdStyleListNumber);
Selection wordSelection = Globals.ThisAddIn.Application.Selection;
wordSelection.set_Style(WdBuiltinStyle.wdStyleListNumber2);
Selection wordSelection = Globals.ThisAddIn.Application.Selection;
wordSelection.set_Style(WdBuiltinStyle.wdStyleListNumber3);
Selection wordSelection = Globals.ThisAddIn.Application.Selection;