Hi all,
I have C# application which uses an MS Word document. I have tables and I need to meed make some of the text in a cell bold. Is there a way to do it? Thanks all in advance.
|
|
|
|
|
|
|
Hi! Do you use Microsoft.Office.Interop (any version of Microsoft Word) or DocumentFormat.OpenXML (the new Office 2007 xml standard)? Best Regards |
||
|
|
|
|
I assume you are using Microsoft Office Interop. The example which I found on: http://www.c-sharpcorner.com/Forums/ShowMessages.aspx?ThreadID=48632 says:
Similarly use it in your App. Else if you are using HTML Tables, then a dirty way is to use html tags. |
||
|