vote up 0 vote down star

Is there a way to create/edit a table using MSHTML without resorting to editing the underlying HTML?

flag

59% accept rate

1 Answer

vote up 0 vote down

If you want to automate this you can manipulate the DOM by adding rows and cells and tables if need to the document.

One the tables and rows are there the user can edit them like any other part of the document.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.