how to color table or table row of MS word using c#.
how to color table or table row of MS word using c#.can anybody help me?
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.
Jaganathan BantheswaranPosted Feb 28, 2011, 1:04 PM
Can you try with this line of code.
objTable.Rows[intRow].Shading.BackgroundPatternColor = WdColor.wdColorBlue;
Suthish NairPosted Feb 28, 2011, 12:53 PM