Appendix in word
I want to Appendix style in word document in c# code.I am doing custom appendix button so How to get the appendix style using c# code
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 11, 2017, 5:59 AM
wordSelection.set_Style(WdBuiltinStyle.wdStyleHeading1);
Suvendu Shekhar GiriPosted May 11, 2017, 5:55 AM