Hi All,
In my working project, I'm trying to replace the cells of Word table that have textual data by colored ovals into the C# code.
The Word table will be generated dynamically at the run time through my code.For example:
- replace the value for the cell that has the text A by Red Oval
- replace the value for the cell that has the text B by Green Oval
- replace the the value cell that has the text C by Yellow Oval.
I really cannot figure out how I can do this task
Please if you could help me in that.