I am working on a C# project. One of the requirments is to be able to capture line breaks in a cell. In capturing the line break I will have to recreate the cell value containing any line breaks in a word doc. So far I am able to capture all the information I need except the line breaks. Any help would be greatly appreciated.
Line breaks appear as line breaks. I'm not sure why you are having a problem with them.
Unless you are talking about wrapped text. There is no simple way to determine where wrapping occurs. That is a calculation based on the font and cell width.