Blank line after deleting contentControl in word
问题 I'm trying to write in a word document via VB.net and for this I'm using contentControls in my Word Document but sometimes I have to delete a contentControl or another via VB code. It's kind of easy with contentcontrol.delete but when this contentControl contains multipleline and I want to delete it then it leaves a blank line. How can I avoid this? 回答1: I will give you some tips based on VBA which I hope you could easily convert to vb.net and your solution. You need to cover complete range