I have a VB.net application in WinFoms that can get the properties of cell in a word tables. The problem is it only gets the property of the cell and not the property per character.
For example, the line below is in a single cell.
Thequickbrownfox
How can I get the property of those?
Thanks in advance.