htmlagility insert into line number
See the question and my original answer on StackOverflowIn the general case, you can't.
You'll have to reload the file with a standard text stream (StreamReader say), and fix it directly in the raw text, using the line & column position.