In the last two post, we have learned how to write and read comments with C#. And we can find that one of the two comments is rich text comment.
What is rich text? Literally speaking, it is several words with different formats, for example, to set the first word as bold and the second one with different color.
In this post, I want to introduce method to write rich text in Excel .
Firstly, create a new project and name it WriteRichText.
Secondly, add references. Of course, I use...
Read Full Story