This is VBA Code
Selection.Tables(1).Rows(1).HeadingFormat = True
I did like this in c#
wordsec.Tables[1].Rows[1].HeadingFormat = 0;
But problem is HeadingFormat taking int type not bool
can you anyone solve this issue?
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 Jun 28, 2017, 4:57 AM
Brajesh KumarPosted Jun 28, 2017, 3:45 AM